Shades of Robin's Egg Blue #04CDB5
Tints of Robin's Egg Blue #04CDB5
RGB
CMYK
RGB Variations
Color information
#04CDB5 (or 0x04CDB5) is known color: Robin's Egg Blue. HEX triplet: 04, CD and B5. RGB value is (4,205,181). Sum of RGB (Red+Green+Blue) = 4+205+181=390 (51% of max value = 765). Red value is 4 (1.95% from 255 or 1.03% from 390); Green value is 205 (80.47% from 255 or 52.56% from 390); Blue value is 181 (71.09% from 255 or 46.41% from 390); Max value from RGB is 205 - color contains mainly: green. Hex color #04CDB5 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #04CDB5 is #FB324A. Grayscale: #8E8E8E. Windows color (decimal): -16462411 or 11914500. OLE color: 11914500.
HSL color Cylindrical-coordinate representation of color #04CDB5: hue angle of 172.84º 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 #04CDB5 is Cyan = 0.98, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 4 | 205 | 181 | - |
| CMYK | 0.98 | 0 | 0.12 | 0.20 |
| HSL | 172.84º | 0.96% | 0.41% | - |
| HSV(B) | 172.84º | 0.98% | 0.8% | - |
| XYZ | 30.22 | 47.02 | 51.2 | - |
| YUV | 142.17 | 149.91 | 29.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 205 | 181 | 0.98 | 0 | 0.12 | 0.20 | 172.84 | 0.96 | 0.41 |
| Hex | 4 | CD | B5 | 62 | 0 | C | 14 | AD | 60 | 29 |
| Octal | 4 | 315 | 265 | 142 | 0 | 14 | 24 | 255 | 140 | 51 |
| Binary | 100 | 11001101 | 10110101 | 1100010 | 0 | 1100 | 10100 | 10101101 | 1100000 | 101001 |
Color Harmonies of #04CDB5
Complementary color
Monochromatic Colors of #04CDB5
Black with #04CDB5
Text Example
Text Example
White with #04CDB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04CDB5; }
p { color: rgb(4,205,181); }
H1.HeaderClassName
{
color: #04CDB5;
}
.AnyTagClassName
{
color: #04CDB5;
}
</style>
background-color css
<style>
a { background-color: #04CDB5; }
a { background-color: rgb(4,205,181); }
div.DivClassName
{
background-color: #04CDB5;
}
.BgClassName
{
background-color: #04CDB5;
}
</style>
border-color css
<style>
span { border-color: #04CDB5; }
span { border-color: rgb(4,205,181); }
td.TdClassName
{
border-color: #04CDB5;
}
.TagClassName
{
border-color: #04CDB5;
}
</style>