Shades of Robin's Egg Blue #00C2C4
Tints of Robin's Egg Blue #00C2C4
RGB
CMYK
RGB Variations
Color information
#00C2C4 (or 0x00C2C4) is known color: Robin's Egg Blue. HEX triplet: 00, C2 and C4. RGB value is (0,194,196). Sum of RGB (Red+Green+Blue) = 0+194+196=390 (51% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 390); Green value is 194 (76.17% from 255 or 49.74% from 390); Blue value is 196 (76.95% from 255 or 50.26% from 390); Max value from RGB is 196 - color contains mainly: blue. Hex color #00C2C4 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #00C2C4 is #FF3D3B. Grayscale: #888888. Windows color (decimal): -16727356 or 12894720. OLE color: 12894720.
HSL color Cylindrical-coordinate representation of color #00C2C4: hue angle of 180.61º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00C2C4 is Cyan = 1, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 0 | 194 | 196 | - |
| CMYK | 1 | 0.01 | 0 | 0.23 |
| HSL | 180.61º | 1% | 0.38% | - |
| HSV(B) | 180.61º | 1% | 0.77% | - |
| XYZ | 29.26 | 42.57 | 58.9 | - |
| YUV | 136.22 | 161.73 | 30.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 194 | 196 | 1 | 0.01 | 0 | 0.23 | 180.61 | 1 | 0.38 |
| Hex | 0 | C2 | C4 | 64 | 1 | 0 | 17 | B5 | 64 | 26 |
| Octal | 0 | 302 | 304 | 144 | 1 | 0 | 27 | 265 | 144 | 46 |
| Binary | 0 | 11000010 | 11000100 | 1100100 | 1 | 0 | 10111 | 10110101 | 1100100 | 100110 |
Color Harmonies of #00C2C4
Complementary color
Monochromatic Colors of #00C2C4
Black with #00C2C4
Text Example
Text Example
White with #00C2C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00C2C4; }
p { color: rgb(0,194,196); }
H1.HeaderClassName
{
color: #00C2C4;
}
.AnyTagClassName
{
color: #00C2C4;
}
</style>
background-color css
<style>
a { background-color: #00C2C4; }
a { background-color: rgb(0,194,196); }
div.DivClassName
{
background-color: #00C2C4;
}
.BgClassName
{
background-color: #00C2C4;
}
</style>
border-color css
<style>
span { border-color: #00C2C4; }
span { border-color: rgb(0,194,196); }
td.TdClassName
{
border-color: #00C2C4;
}
.TagClassName
{
border-color: #00C2C4;
}
</style>