Shades of Electric Blue #76F3F2
Tints of Electric Blue #76F3F2
RGB
CMYK
RGB Variations
Color information
#76F3F2 (or 0x76F3F2) is known color: Electric Blue. HEX triplet: 76, F3 and F2. RGB value is (118,243,242). Sum of RGB (Red+Green+Blue) = 118+243+242=603 (79% of max value = 765). Red value is 118 (46.48% from 255 or 19.57% from 603); Green value is 243 (95.31% from 255 or 40.30% from 603); Blue value is 242 (94.92% from 255 or 40.13% from 603); Max value from RGB is 243 - color contains mainly: green. Hex color #76F3F2 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #76F3F2 is #890C0D. Grayscale: #CDCDCD. Windows color (decimal): -8981518 or 15922038. OLE color: 15922038.
HSL color Cylindrical-coordinate representation of color #76F3F2: hue angle of 179.52º degrees, saturation: 0.84, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #76F3F2 is Cyan = 0.51, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 118 | 243 | 242 | - |
| CMYK | 0.51 | 0 | 0.00 | 0.05 |
| HSL | 179.52º | 0.84% | 0.71% | - |
| HSV(B) | 179.52º | 0.51% | 0.95% | - |
| XYZ | 55.55 | 74.36 | 95.43 | - |
| YUV | 205.51 | 148.59 | 65.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 243 | 242 | 0.51 | 0 | 0.00 | 0.05 | 179.52 | 0.84 | 0.71 |
| Hex | 76 | F3 | F2 | 33 | 0 | 0 | 5 | B4 | 54 | 47 |
| Octal | 166 | 363 | 362 | 63 | 0 | 0 | 5 | 264 | 124 | 107 |
| Binary | 1110110 | 11110011 | 11110010 | 110011 | 0 | 0 | 101 | 10110100 | 1010100 | 1000111 |
Color Harmonies of #76F3F2
Complementary color
Monochromatic Colors of #76F3F2
Black with #76F3F2
Text Example
Text Example
White with #76F3F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76F3F2; }
p { color: rgb(118,243,242); }
H1.HeaderClassName
{
color: #76F3F2;
}
.AnyTagClassName
{
color: #76F3F2;
}
</style>
background-color css
<style>
a { background-color: #76F3F2; }
a { background-color: rgb(118,243,242); }
div.DivClassName
{
background-color: #76F3F2;
}
.BgClassName
{
background-color: #76F3F2;
}
</style>
border-color css
<style>
span { border-color: #76F3F2; }
span { border-color: rgb(118,243,242); }
td.TdClassName
{
border-color: #76F3F2;
}
.TagClassName
{
border-color: #76F3F2;
}
</style>