Shades of Robin's Egg Blue #0AC5BC
Tints of Robin's Egg Blue #0AC5BC
RGB
CMYK
RGB Variations
Color information
#0AC5BC (or 0x0AC5BC) is known color: Robin's Egg Blue. HEX triplet: 0A, C5 and BC. RGB value is (10,197,188). Sum of RGB (Red+Green+Blue) = 10+197+188=395 (52% of max value = 765). Red value is 10 (4.30% from 255 or 2.53% from 395); Green value is 197 (77.34% from 255 or 49.87% from 395); Blue value is 188 (73.83% from 255 or 47.59% from 395); Max value from RGB is 197 - color contains mainly: green. Hex color #0AC5BC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0AC5BC is #F53A43. Grayscale: #8B8B8B. Windows color (decimal): -16071236 or 12371210. OLE color: 12371210.
HSL color Cylindrical-coordinate representation of color #0AC5BC: hue angle of 177.11º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0AC5BC is Cyan = 0.95, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 10 | 197 | 188 | - |
| CMYK | 0.95 | 0 | 0.05 | 0.23 |
| HSL | 177.11º | 0.9% | 0.41% | - |
| HSV(B) | 177.11º | 0.95% | 0.77% | - |
| XYZ | 29.17 | 43.63 | 54.46 | - |
| YUV | 140.06 | 155.05 | 35.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 197 | 188 | 0.95 | 0 | 0.05 | 0.23 | 177.11 | 0.9 | 0.41 |
| Hex | A | C5 | BC | 5F | 0 | 5 | 17 | B1 | 5A | 29 |
| Octal | 12 | 305 | 274 | 137 | 0 | 5 | 27 | 261 | 132 | 51 |
| Binary | 1010 | 11000101 | 10111100 | 1011111 | 0 | 101 | 10111 | 10110001 | 1011010 | 101001 |
Color Harmonies of #0AC5BC
Complementary color
Monochromatic Colors of #0AC5BC
Black with #0AC5BC
Text Example
Text Example
White with #0AC5BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AC5BC; }
p { color: rgb(10,197,188); }
H1.HeaderClassName
{
color: #0AC5BC;
}
.AnyTagClassName
{
color: #0AC5BC;
}
</style>
background-color css
<style>
a { background-color: #0AC5BC; }
a { background-color: rgb(10,197,188); }
div.DivClassName
{
background-color: #0AC5BC;
}
.BgClassName
{
background-color: #0AC5BC;
}
</style>
border-color css
<style>
span { border-color: #0AC5BC; }
span { border-color: rgb(10,197,188); }
td.TdClassName
{
border-color: #0AC5BC;
}
.TagClassName
{
border-color: #0AC5BC;
}
</style>