Shades of Robin's Egg Blue #04CBBB
Tints of Robin's Egg Blue #04CBBB
RGB
CMYK
RGB Variations
Color information
#04CBBB (or 0x04CBBB) is known color: Robin's Egg Blue. HEX triplet: 04, CB and BB. RGB value is (4,203,187). Sum of RGB (Red+Green+Blue) = 4+203+187=394 (52% of max value = 765). Red value is 4 (1.95% from 255 or 1.02% from 394); Green value is 203 (79.69% from 255 or 51.52% from 394); Blue value is 187 (73.44% from 255 or 47.46% from 394); Max value from RGB is 203 - color contains mainly: green. Hex color #04CBBB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #04CBBB is #FB3444. Grayscale: #8D8D8D. Windows color (decimal): -16462917 or 12307204. OLE color: 12307204.
HSL color Cylindrical-coordinate representation of color #04CBBB: hue angle of 175.18º 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 #04CBBB is Cyan = 0.98, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 4 | 203 | 187 | - |
| CMYK | 0.98 | 0 | 0.08 | 0.20 |
| HSL | 175.18º | 0.96% | 0.41% | - |
| HSV(B) | 175.18º | 0.98% | 0.8% | - |
| XYZ | 30.38 | 46.33 | 54.35 | - |
| YUV | 141.68 | 153.57 | 29.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 203 | 187 | 0.98 | 0 | 0.08 | 0.20 | 175.18 | 0.96 | 0.41 |
| Hex | 4 | CB | BB | 62 | 0 | 8 | 14 | AF | 60 | 29 |
| Octal | 4 | 313 | 273 | 142 | 0 | 10 | 24 | 257 | 140 | 51 |
| Binary | 100 | 11001011 | 10111011 | 1100010 | 0 | 1000 | 10100 | 10101111 | 1100000 | 101001 |
Color Harmonies of #04CBBB
Complementary color
Monochromatic Colors of #04CBBB
Black with #04CBBB
Text Example
Text Example
White with #04CBBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04CBBB; }
p { color: rgb(4,203,187); }
H1.HeaderClassName
{
color: #04CBBB;
}
.AnyTagClassName
{
color: #04CBBB;
}
</style>
background-color css
<style>
a { background-color: #04CBBB; }
a { background-color: rgb(4,203,187); }
div.DivClassName
{
background-color: #04CBBB;
}
.BgClassName
{
background-color: #04CBBB;
}
</style>
border-color css
<style>
span { border-color: #04CBBB; }
span { border-color: rgb(4,203,187); }
td.TdClassName
{
border-color: #04CBBB;
}
.TagClassName
{
border-color: #04CBBB;
}
</style>