Shades of Robin's Egg Blue #0DCABB
Tints of Robin's Egg Blue #0DCABB
RGB
CMYK
RGB Variations
Color information
#0DCABB (or 0x0DCABB) is known color: Robin's Egg Blue. HEX triplet: 0D, CA and BB. RGB value is (13,202,187). Sum of RGB (Red+Green+Blue) = 13+202+187=402 (53% of max value = 765). Red value is 13 (5.47% from 255 or 3.23% from 402); Green value is 202 (79.30% from 255 or 50.25% from 402); Blue value is 187 (73.44% from 255 or 46.52% from 402); Max value from RGB is 202 - color contains mainly: green. Hex color #0DCABB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0DCABB is #F23544. Grayscale: #8F8F8F. Windows color (decimal): -15873349 or 12306957. OLE color: 12306957.
HSL color Cylindrical-coordinate representation of color #0DCABB: hue angle of 175.24º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DCABB is Cyan = 0.94, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 13 | 202 | 187 | - |
| CMYK | 0.94 | 0 | 0.07 | 0.21 |
| HSL | 175.24º | 0.88% | 0.42% | - |
| HSV(B) | 175.24º | 0.94% | 0.79% | - |
| XYZ | 30.26 | 45.91 | 54.28 | - |
| YUV | 143.78 | 152.38 | 34.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 202 | 187 | 0.94 | 0 | 0.07 | 0.21 | 175.24 | 0.88 | 0.42 |
| Hex | D | CA | BB | 5E | 0 | 7 | 15 | AF | 58 | 2A |
| Octal | 15 | 312 | 273 | 136 | 0 | 7 | 25 | 257 | 130 | 52 |
| Binary | 1101 | 11001010 | 10111011 | 1011110 | 0 | 111 | 10101 | 10101111 | 1011000 | 101010 |
Color Harmonies of #0DCABB
Complementary color
Monochromatic Colors of #0DCABB
Black with #0DCABB
Text Example
Text Example
White with #0DCABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DCABB; }
p { color: rgb(13,202,187); }
H1.HeaderClassName
{
color: #0DCABB;
}
.AnyTagClassName
{
color: #0DCABB;
}
</style>
background-color css
<style>
a { background-color: #0DCABB; }
a { background-color: rgb(13,202,187); }
div.DivClassName
{
background-color: #0DCABB;
}
.BgClassName
{
background-color: #0DCABB;
}
</style>
border-color css
<style>
span { border-color: #0DCABB; }
span { border-color: rgb(13,202,187); }
td.TdClassName
{
border-color: #0DCABB;
}
.TagClassName
{
border-color: #0DCABB;
}
</style>