Shades of Robin's Egg Blue #04CFBD
Tints of Robin's Egg Blue #04CFBD
RGB
CMYK
RGB Variations
Color information
#04CFBD (or 0x04CFBD) is known color: Robin's Egg Blue. HEX triplet: 04, CF and BD. RGB value is (4,207,189). Sum of RGB (Red+Green+Blue) = 4+207+189=400 (52% of max value = 765). Red value is 4 (1.95% from 255 or 1% from 400); Green value is 207 (81.25% from 255 or 51.75% from 400); Blue value is 189 (74.22% from 255 or 47.25% from 400); Max value from RGB is 207 - color contains mainly: green. Hex color #04CFBD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #04CFBD is #FB3042. Grayscale: #909090. Windows color (decimal): -16461891 or 12439300. OLE color: 12439300.
HSL color Cylindrical-coordinate representation of color #04CFBD: hue angle of 174.68º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04CFBD is Cyan = 0.98, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 4 | 207 | 189 | - |
| CMYK | 0.98 | 0 | 0.09 | 0.19 |
| HSL | 174.68º | 0.96% | 0.41% | - |
| HSV(B) | 174.68º | 0.98% | 0.81% | - |
| XYZ | 31.55 | 48.33 | 55.81 | - |
| YUV | 144.25 | 153.25 | 27.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 207 | 189 | 0.98 | 0 | 0.09 | 0.19 | 174.68 | 0.96 | 0.41 |
| Hex | 4 | CF | BD | 62 | 0 | 9 | 13 | AF | 60 | 29 |
| Octal | 4 | 317 | 275 | 142 | 0 | 11 | 23 | 257 | 140 | 51 |
| Binary | 100 | 11001111 | 10111101 | 1100010 | 0 | 1001 | 10011 | 10101111 | 1100000 | 101001 |
Color Harmonies of #04CFBD
Complementary color
Monochromatic Colors of #04CFBD
Black with #04CFBD
Text Example
Text Example
White with #04CFBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04CFBD; }
p { color: rgb(4,207,189); }
H1.HeaderClassName
{
color: #04CFBD;
}
.AnyTagClassName
{
color: #04CFBD;
}
</style>
background-color css
<style>
a { background-color: #04CFBD; }
a { background-color: rgb(4,207,189); }
div.DivClassName
{
background-color: #04CFBD;
}
.BgClassName
{
background-color: #04CFBD;
}
</style>
border-color css
<style>
span { border-color: #04CFBD; }
span { border-color: rgb(4,207,189); }
td.TdClassName
{
border-color: #04CFBD;
}
.TagClassName
{
border-color: #04CFBD;
}
</style>