Shades of Robin's Egg Blue #0FC2C0
Tints of Robin's Egg Blue #0FC2C0
RGB
CMYK
RGB Variations
Color information
#0FC2C0 (or 0x0FC2C0) is known color: Robin's Egg Blue. HEX triplet: 0F, C2 and C0. RGB value is (15,194,192). Sum of RGB (Red+Green+Blue) = 15+194+192=401 (53% of max value = 765). Red value is 15 (6.25% from 255 or 3.74% from 401); Green value is 194 (76.17% from 255 or 48.38% from 401); Blue value is 192 (75.39% from 255 or 47.88% from 401); Max value from RGB is 194 - color contains mainly: green. Hex color #0FC2C0 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0FC2C0 is #F03D3F. Grayscale: #8C8C8C. Windows color (decimal): -15744320 or 12632591. OLE color: 12632591.
HSL color Cylindrical-coordinate representation of color #0FC2C0: hue angle of 179.33º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0FC2C0 is Cyan = 0.92, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 15 | 194 | 192 | - |
| CMYK | 0.92 | 0 | 0.01 | 0.24 |
| HSL | 179.33º | 0.86% | 0.41% | - |
| HSV(B) | 179.33º | 0.92% | 0.76% | - |
| XYZ | 29 | 42.49 | 56.54 | - |
| YUV | 140.25 | 157.2 | 38.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 194 | 192 | 0.92 | 0 | 0.01 | 0.24 | 179.33 | 0.86 | 0.41 |
| Hex | F | C2 | C0 | 5C | 0 | 1 | 18 | B3 | 56 | 29 |
| Octal | 17 | 302 | 300 | 134 | 0 | 1 | 30 | 263 | 126 | 51 |
| Binary | 1111 | 11000010 | 11000000 | 1011100 | 0 | 1 | 11000 | 10110011 | 1010110 | 101001 |
Color Harmonies of #0FC2C0
Complementary color
Monochromatic Colors of #0FC2C0
Black with #0FC2C0
Text Example
Text Example
White with #0FC2C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FC2C0; }
p { color: rgb(15,194,192); }
H1.HeaderClassName
{
color: #0FC2C0;
}
.AnyTagClassName
{
color: #0FC2C0;
}
</style>
background-color css
<style>
a { background-color: #0FC2C0; }
a { background-color: rgb(15,194,192); }
div.DivClassName
{
background-color: #0FC2C0;
}
.BgClassName
{
background-color: #0FC2C0;
}
</style>
border-color css
<style>
span { border-color: #0FC2C0; }
span { border-color: rgb(15,194,192); }
td.TdClassName
{
border-color: #0FC2C0;
}
.TagClassName
{
border-color: #0FC2C0;
}
</style>