Shades of Robin's Egg Blue #04CBBC
Tints of Robin's Egg Blue #04CBBC
RGB
CMYK
RGB Variations
Color information
#04CBBC (or 0x04CBBC) is known color: Robin's Egg Blue. HEX triplet: 04, CB and BC. RGB value is (4,203,188). Sum of RGB (Red+Green+Blue) = 4+203+188=395 (52% of max value = 765). Red value is 4 (1.95% from 255 or 1.01% from 395); Green value is 203 (79.69% from 255 or 51.39% from 395); Blue value is 188 (73.83% from 255 or 47.59% from 395); Max value from RGB is 203 - color contains mainly: green. Hex color #04CBBC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #04CBBC is #FB3443. Grayscale: #8D8D8D. Windows color (decimal): -16462916 or 12372740. OLE color: 12372740.
HSL color Cylindrical-coordinate representation of color #04CBBC: hue angle of 175.48º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04CBBC is Cyan = 0.98, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 4 | 203 | 188 | - |
| CMYK | 0.98 | 0 | 0.07 | 0.20 |
| HSL | 175.48º | 0.96% | 0.41% | - |
| HSV(B) | 175.48º | 0.98% | 0.8% | - |
| XYZ | 30.48 | 46.37 | 54.92 | - |
| YUV | 141.79 | 154.07 | 29.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 203 | 188 | 0.98 | 0 | 0.07 | 0.20 | 175.48 | 0.96 | 0.41 |
| Hex | 4 | CB | BC | 62 | 0 | 7 | 14 | AF | 60 | 29 |
| Octal | 4 | 313 | 274 | 142 | 0 | 7 | 24 | 257 | 140 | 51 |
| Binary | 100 | 11001011 | 10111100 | 1100010 | 0 | 111 | 10100 | 10101111 | 1100000 | 101001 |
Color Harmonies of #04CBBC
Complementary color
Monochromatic Colors of #04CBBC
Black with #04CBBC
Text Example
Text Example
White with #04CBBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04CBBC; }
p { color: rgb(4,203,188); }
H1.HeaderClassName
{
color: #04CBBC;
}
.AnyTagClassName
{
color: #04CBBC;
}
</style>
background-color css
<style>
a { background-color: #04CBBC; }
a { background-color: rgb(4,203,188); }
div.DivClassName
{
background-color: #04CBBC;
}
.BgClassName
{
background-color: #04CBBC;
}
</style>
border-color css
<style>
span { border-color: #04CBBC; }
span { border-color: rgb(4,203,188); }
td.TdClassName
{
border-color: #04CBBC;
}
.TagClassName
{
border-color: #04CBBC;
}
</style>