Shades of Robin's Egg Blue #0AC8C3
Tints of Robin's Egg Blue #0AC8C3
RGB
CMYK
RGB Variations
Color information
#0AC8C3 (or 0x0AC8C3) is known color: Robin's Egg Blue. HEX triplet: 0A, C8 and C3. RGB value is (10,200,195). Sum of RGB (Red+Green+Blue) = 10+200+195=405 (53% of max value = 765). Red value is 10 (4.30% from 255 or 2.47% from 405); Green value is 200 (78.52% from 255 or 49.38% from 405); Blue value is 195 (76.56% from 255 or 48.15% from 405); Max value from RGB is 200 - color contains mainly: green. Hex color #0AC8C3 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0AC8C3 is #F5373C. Grayscale: #8E8E8E. Windows color (decimal): -16070461 or 12830730. OLE color: 12830730.
HSL color Cylindrical-coordinate representation of color #0AC8C3: hue angle of 178.42º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0AC8C3 is Cyan = 0.95, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 10 | 200 | 195 | - |
| CMYK | 0.95 | 0 | 0.02 | 0.22 |
| HSL | 178.42º | 0.9% | 0.41% | - |
| HSV(B) | 178.42º | 0.95% | 0.78% | - |
| XYZ | 30.63 | 45.31 | 58.76 | - |
| YUV | 142.62 | 157.55 | 33.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 200 | 195 | 0.95 | 0 | 0.02 | 0.22 | 178.42 | 0.9 | 0.41 |
| Hex | A | C8 | C3 | 5F | 0 | 2 | 16 | B2 | 5A | 29 |
| Octal | 12 | 310 | 303 | 137 | 0 | 2 | 26 | 262 | 132 | 51 |
| Binary | 1010 | 11001000 | 11000011 | 1011111 | 0 | 10 | 10110 | 10110010 | 1011010 | 101001 |
Color Harmonies of #0AC8C3
Complementary color
Monochromatic Colors of #0AC8C3
Black with #0AC8C3
Text Example
Text Example
White with #0AC8C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AC8C3; }
p { color: rgb(10,200,195); }
H1.HeaderClassName
{
color: #0AC8C3;
}
.AnyTagClassName
{
color: #0AC8C3;
}
</style>
background-color css
<style>
a { background-color: #0AC8C3; }
a { background-color: rgb(10,200,195); }
div.DivClassName
{
background-color: #0AC8C3;
}
.BgClassName
{
background-color: #0AC8C3;
}
</style>
border-color css
<style>
span { border-color: #0AC8C3; }
span { border-color: rgb(10,200,195); }
td.TdClassName
{
border-color: #0AC8C3;
}
.TagClassName
{
border-color: #0AC8C3;
}
</style>