Shades of Robin's Egg Blue #00CAC3
Tints of Robin's Egg Blue #00CAC3
RGB
CMYK
RGB Variations
Color information
#00CAC3 (or 0x00CAC3) is known color: Robin's Egg Blue. HEX triplet: 00, CA and C3. RGB value is (0,202,195). Sum of RGB (Red+Green+Blue) = 0+202+195=397 (52% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 397); Green value is 202 (79.30% from 255 or 50.88% from 397); Blue value is 195 (76.56% from 255 or 49.12% from 397); Max value from RGB is 202 - color contains mainly: green. Hex color #00CAC3 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #00CAC3 is #FF353C. Grayscale: #8C8C8C. Windows color (decimal): -16725309 or 12831232. OLE color: 12831232.
HSL color Cylindrical-coordinate representation of color #00CAC3: hue angle of 177.92º 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 #00CAC3 is Cyan = 1, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 0 | 202 | 195 | - |
| CMYK | 1 | 0 | 0.03 | 0.21 |
| HSL | 177.92º | 1% | 0.4% | - |
| HSV(B) | 177.92º | 1% | 0.79% | - |
| XYZ | 30.97 | 46.18 | 58.91 | - |
| YUV | 140.8 | 158.58 | 27.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 202 | 195 | 1 | 0 | 0.03 | 0.21 | 177.92 | 1 | 0.4 |
| Hex | 0 | CA | C3 | 64 | 0 | 3 | 15 | B2 | 64 | 28 |
| Octal | 0 | 312 | 303 | 144 | 0 | 3 | 25 | 262 | 144 | 50 |
| Binary | 0 | 11001010 | 11000011 | 1100100 | 0 | 11 | 10101 | 10110010 | 1100100 | 101000 |
Color Harmonies of #00CAC3
Complementary color
Monochromatic Colors of #00CAC3
Black with #00CAC3
Text Example
Text Example
White with #00CAC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00CAC3; }
p { color: rgb(0,202,195); }
H1.HeaderClassName
{
color: #00CAC3;
}
.AnyTagClassName
{
color: #00CAC3;
}
</style>
background-color css
<style>
a { background-color: #00CAC3; }
a { background-color: rgb(0,202,195); }
div.DivClassName
{
background-color: #00CAC3;
}
.BgClassName
{
background-color: #00CAC3;
}
</style>
border-color css
<style>
span { border-color: #00CAC3; }
span { border-color: rgb(0,202,195); }
td.TdClassName
{
border-color: #00CAC3;
}
.TagClassName
{
border-color: #00CAC3;
}
</style>