Shades of Robin's Egg Blue #00CABB
Tints of Robin's Egg Blue #00CABB
RGB
CMYK
RGB Variations
Color information
#00CABB (or 0x00CABB) is known color: Robin's Egg Blue. HEX triplet: 00, CA and BB. RGB value is (0,202,187). Sum of RGB (Red+Green+Blue) = 0+202+187=389 (51% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 389); Green value is 202 (79.30% from 255 or 51.93% from 389); Blue value is 187 (73.44% from 255 or 48.07% from 389); Max value from RGB is 202 - color contains mainly: green. Hex color #00CABB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #00CABB is #FF3544. Grayscale: #8B8B8B. Windows color (decimal): -16725317 or 12306944. OLE color: 12306944.
HSL color Cylindrical-coordinate representation of color #00CABB: hue angle of 175.54º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00CABB is Cyan = 1, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 0 | 202 | 187 | - |
| CMYK | 1 | 0 | 0.07 | 0.21 |
| HSL | 175.54º | 1% | 0.4% | - |
| HSV(B) | 175.54º | 1% | 0.79% | - |
| XYZ | 30.09 | 45.83 | 54.27 | - |
| YUV | 139.89 | 154.58 | 28.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 202 | 187 | 1 | 0 | 0.07 | 0.21 | 175.54 | 1 | 0.4 |
| Hex | 0 | CA | BB | 64 | 0 | 7 | 15 | B0 | 64 | 28 |
| Octal | 0 | 312 | 273 | 144 | 0 | 7 | 25 | 260 | 144 | 50 |
| Binary | 0 | 11001010 | 10111011 | 1100100 | 0 | 111 | 10101 | 10110000 | 1100100 | 101000 |
Color Harmonies of #00CABB
Complementary color
Monochromatic Colors of #00CABB
Black with #00CABB
Text Example
Text Example
White with #00CABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00CABB; }
p { color: rgb(0,202,187); }
H1.HeaderClassName
{
color: #00CABB;
}
.AnyTagClassName
{
color: #00CABB;
}
</style>
background-color css
<style>
a { background-color: #00CABB; }
a { background-color: rgb(0,202,187); }
div.DivClassName
{
background-color: #00CABB;
}
.BgClassName
{
background-color: #00CABB;
}
</style>
border-color css
<style>
span { border-color: #00CABB; }
span { border-color: rgb(0,202,187); }
td.TdClassName
{
border-color: #00CABB;
}
.TagClassName
{
border-color: #00CABB;
}
</style>