Shades of Robin's Egg Blue #0AC8C8
Tints of Robin's Egg Blue #0AC8C8
RGB
CMYK
RGB Variations
Color information
#0AC8C8 (or 0x0AC8C8) is known color: Robin's Egg Blue. HEX triplet: 0A, C8 and C8. RGB value is (10,200,200). Sum of RGB (Red+Green+Blue) = 10+200+200=410 (54% of max value = 765). Red value is 10 (4.30% from 255 or 2.44% from 410); Green value is 200 (78.52% from 255 or 48.78% from 410); Blue value is 200 (78.52% from 255 or 48.78% from 410); Max value from RGB is 200 - color contains mainly: green, blue. Hex color #0AC8C8 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0AC8C8 is #F53737. Grayscale: #8F8F8F. Windows color (decimal): -16070456 or 13158410. OLE color: 13158410.
HSL color Cylindrical-coordinate representation of color #0AC8C8: hue angle of 180º 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 #0AC8C8 is Cyan = 0.95, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 10 | 200 | 200 | - |
| CMYK | 0.95 | 0 | 0 | 0.22 |
| HSL | 180º | 0.9% | 0.41% | - |
| HSV(B) | 180º | 0.95% | 0.78% | - |
| XYZ | 31.2 | 45.54 | 61.79 | - |
| YUV | 143.19 | 160.05 | 33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 200 | 200 | 0.95 | 0 | 0 | 0.22 | 180 | 0.9 | 0.41 |
| Hex | A | C8 | C8 | 5F | 0 | 0 | 16 | B4 | 5A | 29 |
| Octal | 12 | 310 | 310 | 137 | 0 | 0 | 26 | 264 | 132 | 51 |
| Binary | 1010 | 11001000 | 11001000 | 1011111 | 0 | 0 | 10110 | 10110100 | 1011010 | 101001 |
Color Harmonies of #0AC8C8
Complementary color
Monochromatic Colors of #0AC8C8
Black with #0AC8C8
Text Example
Text Example
White with #0AC8C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AC8C8; }
p { color: rgb(10,200,200); }
H1.HeaderClassName
{
color: #0AC8C8;
}
.AnyTagClassName
{
color: #0AC8C8;
}
</style>
background-color css
<style>
a { background-color: #0AC8C8; }
a { background-color: rgb(10,200,200); }
div.DivClassName
{
background-color: #0AC8C8;
}
.BgClassName
{
background-color: #0AC8C8;
}
</style>
border-color css
<style>
span { border-color: #0AC8C8; }
span { border-color: rgb(10,200,200); }
td.TdClassName
{
border-color: #0AC8C8;
}
.TagClassName
{
border-color: #0AC8C8;
}
</style>