Shades of Robin's Egg Blue #0AC5B5
Tints of Robin's Egg Blue #0AC5B5
RGB
CMYK
RGB Variations
Color information
#0AC5B5 (or 0x0AC5B5) is known color: Robin's Egg Blue. HEX triplet: 0A, C5 and B5. RGB value is (10,197,181). Sum of RGB (Red+Green+Blue) = 10+197+181=388 (51% of max value = 765). Red value is 10 (4.30% from 255 or 2.58% from 388); Green value is 197 (77.34% from 255 or 50.77% from 388); Blue value is 181 (71.09% from 255 or 46.65% from 388); Max value from RGB is 197 - color contains mainly: green. Hex color #0AC5B5 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0AC5B5 is #F53A4A. Grayscale: #8B8B8B. Windows color (decimal): -16071243 or 11912458. OLE color: 11912458.
HSL color Cylindrical-coordinate representation of color #0AC5B5: hue angle of 174.87º 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 #0AC5B5 is Cyan = 0.95, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 10 | 197 | 181 | - |
| CMYK | 0.95 | 0 | 0.08 | 0.23 |
| HSL | 174.87º | 0.9% | 0.41% | - |
| HSV(B) | 174.87º | 0.95% | 0.77% | - |
| XYZ | 28.43 | 43.33 | 50.58 | - |
| YUV | 139.26 | 151.55 | 35.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 197 | 181 | 0.95 | 0 | 0.08 | 0.23 | 174.87 | 0.9 | 0.41 |
| Hex | A | C5 | B5 | 5F | 0 | 8 | 17 | AF | 5A | 29 |
| Octal | 12 | 305 | 265 | 137 | 0 | 10 | 27 | 257 | 132 | 51 |
| Binary | 1010 | 11000101 | 10110101 | 1011111 | 0 | 1000 | 10111 | 10101111 | 1011010 | 101001 |
Color Harmonies of #0AC5B5
Complementary color
Monochromatic Colors of #0AC5B5
Black with #0AC5B5
Text Example
Text Example
White with #0AC5B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AC5B5; }
p { color: rgb(10,197,181); }
H1.HeaderClassName
{
color: #0AC5B5;
}
.AnyTagClassName
{
color: #0AC5B5;
}
</style>
background-color css
<style>
a { background-color: #0AC5B5; }
a { background-color: rgb(10,197,181); }
div.DivClassName
{
background-color: #0AC5B5;
}
.BgClassName
{
background-color: #0AC5B5;
}
</style>
border-color css
<style>
span { border-color: #0AC5B5; }
span { border-color: rgb(10,197,181); }
td.TdClassName
{
border-color: #0AC5B5;
}
.TagClassName
{
border-color: #0AC5B5;
}
</style>