Shades of Robin's Egg Blue #00CAB4
Tints of Robin's Egg Blue #00CAB4
RGB
CMYK
RGB Variations
Color information
#00CAB4 (or 0x00CAB4) is known color: Robin's Egg Blue. HEX triplet: 00, CA and B4. RGB value is (0,202,180). Sum of RGB (Red+Green+Blue) = 0+202+180=382 (50% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 382); Green value is 202 (79.30% from 255 or 52.88% from 382); Blue value is 180 (70.70% from 255 or 47.12% from 382); Max value from RGB is 202 - color contains mainly: green. Hex color #00CAB4 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #00CAB4 is #FF354B. Grayscale: #8A8A8A. Windows color (decimal): -16725324 or 11848192. OLE color: 11848192.
HSL color Cylindrical-coordinate representation of color #00CAB4: hue angle of 173.47º 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 #00CAB4 is Cyan = 1, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 0 | 202 | 180 | - |
| CMYK | 1 | 0 | 0.11 | 0.21 |
| HSL | 173.47º | 1% | 0.4% | - |
| HSV(B) | 173.47º | 1% | 0.79% | - |
| XYZ | 29.36 | 45.54 | 50.42 | - |
| YUV | 139.09 | 151.08 | 28.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 202 | 180 | 1 | 0 | 0.11 | 0.21 | 173.47 | 1 | 0.4 |
| Hex | 0 | CA | B4 | 64 | 0 | B | 15 | AD | 64 | 28 |
| Octal | 0 | 312 | 264 | 144 | 0 | 13 | 25 | 255 | 144 | 50 |
| Binary | 0 | 11001010 | 10110100 | 1100100 | 0 | 1011 | 10101 | 10101101 | 1100100 | 101000 |
Color Harmonies of #00CAB4
Complementary color
Monochromatic Colors of #00CAB4
Black with #00CAB4
Text Example
Text Example
White with #00CAB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00CAB4; }
p { color: rgb(0,202,180); }
H1.HeaderClassName
{
color: #00CAB4;
}
.AnyTagClassName
{
color: #00CAB4;
}
</style>
background-color css
<style>
a { background-color: #00CAB4; }
a { background-color: rgb(0,202,180); }
div.DivClassName
{
background-color: #00CAB4;
}
.BgClassName
{
background-color: #00CAB4;
}
</style>
border-color css
<style>
span { border-color: #00CAB4; }
span { border-color: rgb(0,202,180); }
td.TdClassName
{
border-color: #00CAB4;
}
.TagClassName
{
border-color: #00CAB4;
}
</style>