COLOR #76FBF9

HEX: #76FBF9
RGB: (118,251,249)

Color info

#76FBF9 contains mainly green and blue colors. Web safe color of #76FBF9 is #66FFFF (or #6FF).

RGB color model

#76FBF9 color RGB value is (118,251,249).

  • red value is 118;
  • green value is 251;
  • blue value is 249.
RGB:
(118,251,249)
(46%,98%,98%)

RGB channels and saturation

R 118 of 255 = 46%
G 251 of 255 = 98%
B 249 of 255 = 98%

118
251
249

R + G + B ~ 81%. #76FBF9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
118 + 251 + 249 = 618 (100%)
R 118 of 618 ~ 19.09%
G 251 of 618 ~ 40.61%
B 249 of 618 ~ 40.29%

%19.09
%40.61
%40.29

CMYK color model

#76FBF9 color CMYK value is (53,0,1,2).

  • cyan value is 52.99%
  • magenta value is 0.00%
  • yellow value is 0.80%
  • key color value is 1.57%
CMYK:
(53,0,1,2)
C53M0Y1K2 
(53%,0%,1%,2%)
(0.53/0.00/0.01/0.02)	

CMYK percentages

%52.99
%0
%0.8
%1.57

Codes

Color #76FBF9 in popluar color models

76FBF9
RGB118251249
HSL179°94.33%72.35%
HSB/HSV179°52.99%98.43%
CMYK52.99%0.00%0.80%
1.57%

Color #76FBF9 in popluar number systems.

HEX76FBF9
Decimal118251249
Binary11101101111101111111001
Octal166373371

Shades and tints

Shades of #76FBF9

#76FBF9
(118,251,249)
#6CE5E3
(108,229,227)
#62CFCD
(98,207,205)
#58B9B7
(88,185,183)
#4EA3A1
(78,163,161)
#448D8B
(68,141,139)
#3A7775
(58,119,117)
#30615F
(48,97,95)
#264B49
(38,75,73)
#1C3533
(28,53,51)
#121F1D
(18,31,29)
#000000
(0,0,0)

Tints of #76FBF9

#76FBF9
(118,251,249)
#82FBF9
(130,251,249)
#8EFBF9
(142,251,249)
#9AFBF9
(154,251,249)
#A6FBF9
(166,251,249)
#B2FBF9
(178,251,249)
#BEFBF9
(190,251,249)
#CAFBF9
(202,251,249)
#D6FBF9
(214,251,249)
#E2FBF9
(226,251,249)
#EEFBF9
(238,251,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #76FBF9 color. Also use rgb(118,251,249) instead hex code.

Text Font Color

.myTextColor { color: #76FBF9; }

<p style="color:#76FBF9">This sample text font color is #76FBF9.</p>

This text font color is #76FBF9.


Background Color

.myBgColor { background-color: #76FBF9; }

<div style="background-color:#76FBF9">Inner text</div>

This div background color is #76FBF9.


Border color

.myBorderColor { border: 1px solid #76FBF9; }

<div style="border:3px solid #76FBF9">Div</div>

This div border color is #76FBF9.


Opacity

.myOpacity80 { color: #76FBF9; opacity: 0.8; }

<p style="color:#76FBF9;opacity:0.8;">80%</p>

Text with #76FBF9 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #76FBF9;}

<p style="text-shadow: 3px 3px 1px #76FBF9">Text here.</p>

This text has shadow with #76FBF9 color.

.textShadow {text-shadow: 3px 3px 1px #76FBF9, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #76FBF9, 5px 5px 20px red">Text here.</p>

This text has shadow with #76FBF9 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#76FBF9, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#76FBF9, Direction=45, Strength=4)">Text</p>

This text has shadow with #76FBF9 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #76FBF9;
  -webkit-box-shadow:	1px 1px 3px 2px #76FBF9;
  box-shadow:		1px 1px 3px 2px #76FBF9;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #76FBF9;
-webkit-box-shadow: 1px 1px 3px 2px #76FBF9;
box-shadow:1px 1px 3px 2px #76FBF9;">
Div content here</div>
This div box has shadow with color #76FBF9.

Preview

Color preview on black background

This text has color #76FBF9 on black background.


Color preview on white background

This text has color #76FBF9 on white background.



Black color preview on #76FBF9 background

This text has black color on #76FBF9 background.


White color preview on #76FBF9 background

This text has white color on #76FBF9 background.