Shades of Robin's Egg Blue #04C2C4
Tints of Robin's Egg Blue #04C2C4
RGB
CMYK
RGB Variations
Color information
#04C2C4 (or 0x04C2C4) is known color: Robin's Egg Blue. HEX triplet: 04, C2 and C4. RGB value is (4,194,196). Sum of RGB (Red+Green+Blue) = 4+194+196=394 (52% of max value = 765). Red value is 4 (1.95% from 255 or 1.02% from 394); Green value is 194 (76.17% from 255 or 49.24% from 394); Blue value is 196 (76.95% from 255 or 49.75% from 394); Max value from RGB is 196 - color contains mainly: blue. Hex color #04C2C4 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #04C2C4 is #FB3D3B. Grayscale: #898989. Windows color (decimal): -16465212 or 12894724. OLE color: 12894724.
HSL color Cylindrical-coordinate representation of color #04C2C4: hue angle of 180.62º degrees, saturation: 0.96, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04C2C4 is Cyan = 0.98, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 4 | 194 | 196 | - |
| CMYK | 0.98 | 0.01 | 0 | 0.23 |
| HSL | 180.63º | 0.96% | 0.39% | - |
| HSV(B) | 180.63º | 0.98% | 0.77% | - |
| XYZ | 29.31 | 42.59 | 58.9 | - |
| YUV | 137.42 | 161.05 | 32.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 194 | 196 | 0.98 | 0.01 | 0 | 0.23 | 180.63 | 0.96 | 0.39 |
| Hex | 4 | C2 | C4 | 62 | 1 | 0 | 17 | B5 | 60 | 27 |
| Octal | 4 | 302 | 304 | 142 | 1 | 0 | 27 | 265 | 140 | 47 |
| Binary | 100 | 11000010 | 11000100 | 1100010 | 1 | 0 | 10111 | 10110101 | 1100000 | 100111 |
Color Harmonies of #04C2C4
Complementary color
Monochromatic Colors of #04C2C4
Black with #04C2C4
Text Example
Text Example
White with #04C2C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04C2C4; }
p { color: rgb(4,194,196); }
H1.HeaderClassName
{
color: #04C2C4;
}
.AnyTagClassName
{
color: #04C2C4;
}
</style>
background-color css
<style>
a { background-color: #04C2C4; }
a { background-color: rgb(4,194,196); }
div.DivClassName
{
background-color: #04C2C4;
}
.BgClassName
{
background-color: #04C2C4;
}
</style>
border-color css
<style>
span { border-color: #04C2C4; }
span { border-color: rgb(4,194,196); }
td.TdClassName
{
border-color: #04C2C4;
}
.TagClassName
{
border-color: #04C2C4;
}
</style>