Shades of Robin's Egg Blue #04CBBD
Tints of Robin's Egg Blue #04CBBD
RGB
CMYK
RGB Variations
Color information
#04CBBD (or 0x04CBBD) is known color: Robin's Egg Blue. HEX triplet: 04, CB and BD. RGB value is (4,203,189). Sum of RGB (Red+Green+Blue) = 4+203+189=396 (52% of max value = 765). Red value is 4 (1.95% from 255 or 1.01% from 396); Green value is 203 (79.69% from 255 or 51.26% from 396); Blue value is 189 (74.22% from 255 or 47.73% from 396); Max value from RGB is 203 - color contains mainly: green. Hex color #04CBBD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #04CBBD is #FB3442. Grayscale: #8D8D8D. Windows color (decimal): -16462915 or 12438276. OLE color: 12438276.
HSL color Cylindrical-coordinate representation of color #04CBBD: hue angle of 175.78º 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 #04CBBD is Cyan = 0.98, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 4 | 203 | 189 | - |
| CMYK | 0.98 | 0 | 0.07 | 0.20 |
| HSL | 175.78º | 0.96% | 0.41% | - |
| HSV(B) | 175.78º | 0.98% | 0.8% | - |
| XYZ | 30.59 | 46.41 | 55.49 | - |
| YUV | 141.9 | 154.57 | 29.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 203 | 189 | 0.98 | 0 | 0.07 | 0.20 | 175.78 | 0.96 | 0.41 |
| Hex | 4 | CB | BD | 62 | 0 | 7 | 14 | B0 | 60 | 29 |
| Octal | 4 | 313 | 275 | 142 | 0 | 7 | 24 | 260 | 140 | 51 |
| Binary | 100 | 11001011 | 10111101 | 1100010 | 0 | 111 | 10100 | 10110000 | 1100000 | 101001 |
Color Harmonies of #04CBBD
Complementary color
Monochromatic Colors of #04CBBD
Black with #04CBBD
Text Example
Text Example
White with #04CBBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04CBBD; }
p { color: rgb(4,203,189); }
H1.HeaderClassName
{
color: #04CBBD;
}
.AnyTagClassName
{
color: #04CBBD;
}
</style>
background-color css
<style>
a { background-color: #04CBBD; }
a { background-color: rgb(4,203,189); }
div.DivClassName
{
background-color: #04CBBD;
}
.BgClassName
{
background-color: #04CBBD;
}
</style>
border-color css
<style>
span { border-color: #04CBBD; }
span { border-color: rgb(4,203,189); }
td.TdClassName
{
border-color: #04CBBD;
}
.TagClassName
{
border-color: #04CBBD;
}
</style>