Shades of Robin's Egg Blue #04C2BC
Tints of Robin's Egg Blue #04C2BC
RGB
CMYK
RGB Variations
Color information
#04C2BC (or 0x04C2BC) is known color: Robin's Egg Blue. HEX triplet: 04, C2 and BC. RGB value is (4,194,188). Sum of RGB (Red+Green+Blue) = 4+194+188=386 (51% of max value = 765). Red value is 4 (1.95% from 255 or 1.04% from 386); Green value is 194 (76.17% from 255 or 50.26% from 386); Blue value is 188 (73.83% from 255 or 48.70% from 386); Max value from RGB is 194 - color contains mainly: green. Hex color #04C2BC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #04C2BC is #FB3D43. Grayscale: #888888. Windows color (decimal): -16465220 or 12370436. OLE color: 12370436.
HSL color Cylindrical-coordinate representation of color #04C2BC: hue angle of 178.11º degrees, saturation: 0.96, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04C2BC is Cyan = 0.98, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 4 | 194 | 188 | - |
| CMYK | 0.98 | 0 | 0.03 | 0.24 |
| HSL | 178.11º | 0.96% | 0.39% | - |
| HSV(B) | 178.11º | 0.98% | 0.76% | - |
| XYZ | 28.42 | 42.24 | 54.23 | - |
| YUV | 136.51 | 157.05 | 33.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 194 | 188 | 0.98 | 0 | 0.03 | 0.24 | 178.11 | 0.96 | 0.39 |
| Hex | 4 | C2 | BC | 62 | 0 | 3 | 18 | B2 | 60 | 27 |
| Octal | 4 | 302 | 274 | 142 | 0 | 3 | 30 | 262 | 140 | 47 |
| Binary | 100 | 11000010 | 10111100 | 1100010 | 0 | 11 | 11000 | 10110010 | 1100000 | 100111 |
Color Harmonies of #04C2BC
Complementary color
Monochromatic Colors of #04C2BC
Black with #04C2BC
Text Example
Text Example
White with #04C2BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04C2BC; }
p { color: rgb(4,194,188); }
H1.HeaderClassName
{
color: #04C2BC;
}
.AnyTagClassName
{
color: #04C2BC;
}
</style>
background-color css
<style>
a { background-color: #04C2BC; }
a { background-color: rgb(4,194,188); }
div.DivClassName
{
background-color: #04C2BC;
}
.BgClassName
{
background-color: #04C2BC;
}
</style>
border-color css
<style>
span { border-color: #04C2BC; }
span { border-color: rgb(4,194,188); }
td.TdClassName
{
border-color: #04C2BC;
}
.TagClassName
{
border-color: #04C2BC;
}
</style>