Shades of Robin's Egg Blue #0CDDBD
Tints of Robin's Egg Blue #0CDDBD
RGB
CMYK
RGB Variations
Color information
#0CDDBD (or 0x0CDDBD) is known color: Robin's Egg Blue. HEX triplet: 0C, DD and BD. RGB value is (12,221,189). Sum of RGB (Red+Green+Blue) = 12+221+189=422 (55% of max value = 765). Red value is 12 (5.08% from 255 or 2.84% from 422); Green value is 221 (86.72% from 255 or 52.37% from 422); Blue value is 189 (74.22% from 255 or 44.79% from 422); Max value from RGB is 221 - color contains mainly: green. Hex color #0CDDBD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0CDDBD is #F32242. Grayscale: #9A9A9A. Windows color (decimal): -15934019 or 12442892. OLE color: 12442892.
HSL color Cylindrical-coordinate representation of color #0CDDBD: hue angle of 170.81º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0CDDBD is Cyan = 0.95, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 12 | 221 | 189 | - |
| CMYK | 0.95 | 0 | 0.14 | 0.13 |
| HSL | 170.81º | 0.9% | 0.46% | - |
| HSV(B) | 170.81º | 0.95% | 0.87% | - |
| XYZ | 35.19 | 55.47 | 57 | - |
| YUV | 154.86 | 147.26 | 26.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 221 | 189 | 0.95 | 0 | 0.14 | 0.13 | 170.81 | 0.9 | 0.46 |
| Hex | C | DD | BD | 5F | 0 | E | D | AB | 5A | 2E |
| Octal | 14 | 335 | 275 | 137 | 0 | 16 | 15 | 253 | 132 | 56 |
| Binary | 1100 | 11011101 | 10111101 | 1011111 | 0 | 1110 | 1101 | 10101011 | 1011010 | 101110 |
Color Harmonies of #0CDDBD
Complementary color
Monochromatic Colors of #0CDDBD
Black with #0CDDBD
Text Example
Text Example
White with #0CDDBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CDDBD; }
p { color: rgb(12,221,189); }
H1.HeaderClassName
{
color: #0CDDBD;
}
.AnyTagClassName
{
color: #0CDDBD;
}
</style>
background-color css
<style>
a { background-color: #0CDDBD; }
a { background-color: rgb(12,221,189); }
div.DivClassName
{
background-color: #0CDDBD;
}
.BgClassName
{
background-color: #0CDDBD;
}
</style>
border-color css
<style>
span { border-color: #0CDDBD; }
span { border-color: rgb(12,221,189); }
td.TdClassName
{
border-color: #0CDDBD;
}
.TagClassName
{
border-color: #0CDDBD;
}
</style>