Shades of Robin's Egg Blue #0CDABB
Tints of Robin's Egg Blue #0CDABB
RGB
CMYK
RGB Variations
Color information
#0CDABB (or 0x0CDABB) is known color: Robin's Egg Blue. HEX triplet: 0C, DA and BB. RGB value is (12,218,187). Sum of RGB (Red+Green+Blue) = 12+218+187=417 (55% of max value = 765). Red value is 12 (5.08% from 255 or 2.88% from 417); Green value is 218 (85.55% from 255 or 52.28% from 417); Blue value is 187 (73.44% from 255 or 44.84% from 417); Max value from RGB is 218 - color contains mainly: green. Hex color #0CDABB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0CDABB is #F32544. Grayscale: #989898. Windows color (decimal): -15934789 or 12311052. OLE color: 12311052.
HSL color Cylindrical-coordinate representation of color #0CDABB: hue angle of 170.97º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CDABB is Cyan = 0.94, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 12 | 218 | 187 | - |
| CMYK | 0.94 | 0 | 0.14 | 0.15 |
| HSL | 170.97º | 0.9% | 0.45% | - |
| HSV(B) | 170.97º | 0.94% | 0.85% | - |
| XYZ | 34.19 | 53.81 | 55.6 | - |
| YUV | 152.87 | 147.25 | 27.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 218 | 187 | 0.94 | 0 | 0.14 | 0.15 | 170.97 | 0.9 | 0.45 |
| Hex | C | DA | BB | 5E | 0 | E | F | AB | 5A | 2D |
| Octal | 14 | 332 | 273 | 136 | 0 | 16 | 17 | 253 | 132 | 55 |
| Binary | 1100 | 11011010 | 10111011 | 1011110 | 0 | 1110 | 1111 | 10101011 | 1011010 | 101101 |
Color Harmonies of #0CDABB
Complementary color
Monochromatic Colors of #0CDABB
Black with #0CDABB
Text Example
Text Example
White with #0CDABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CDABB; }
p { color: rgb(12,218,187); }
H1.HeaderClassName
{
color: #0CDABB;
}
.AnyTagClassName
{
color: #0CDABB;
}
</style>
background-color css
<style>
a { background-color: #0CDABB; }
a { background-color: rgb(12,218,187); }
div.DivClassName
{
background-color: #0CDABB;
}
.BgClassName
{
background-color: #0CDABB;
}
</style>
border-color css
<style>
span { border-color: #0CDABB; }
span { border-color: rgb(12,218,187); }
td.TdClassName
{
border-color: #0CDABB;
}
.TagClassName
{
border-color: #0CDABB;
}
</style>