Shades of Robin's Egg Blue #0AD5BA
Tints of Robin's Egg Blue #0AD5BA
RGB
CMYK
RGB Variations
Color information
#0AD5BA (or 0x0AD5BA) is known color: Robin's Egg Blue. HEX triplet: 0A, D5 and BA. RGB value is (10,213,186). Sum of RGB (Red+Green+Blue) = 10+213+186=409 (54% of max value = 765). Red value is 10 (4.30% from 255 or 2.44% from 409); Green value is 213 (83.59% from 255 or 52.08% from 409); Blue value is 186 (73.05% from 255 or 45.48% from 409); Max value from RGB is 213 - color contains mainly: green. Hex color #0AD5BA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0AD5BA is #F52A45. Grayscale: #959595. Windows color (decimal): -16067142 or 12244234. OLE color: 12244234.
HSL color Cylindrical-coordinate representation of color #0AD5BA: hue angle of 172.02º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0AD5BA is Cyan = 0.95, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 10 | 213 | 186 | - |
| CMYK | 0.95 | 0 | 0.13 | 0.16 |
| HSL | 172.02º | 0.91% | 0.44% | - |
| HSV(B) | 172.02º | 0.95% | 0.84% | - |
| XYZ | 32.78 | 51.2 | 54.61 | - |
| YUV | 149.23 | 148.75 | 28.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 213 | 186 | 0.95 | 0 | 0.13 | 0.16 | 172.02 | 0.91 | 0.44 |
| Hex | A | D5 | BA | 5F | 0 | D | 10 | AC | 5B | 2C |
| Octal | 12 | 325 | 272 | 137 | 0 | 15 | 20 | 254 | 133 | 54 |
| Binary | 1010 | 11010101 | 10111010 | 1011111 | 0 | 1101 | 10000 | 10101100 | 1011011 | 101100 |
Color Harmonies of #0AD5BA
Complementary color
Monochromatic Colors of #0AD5BA
Black with #0AD5BA
Text Example
Text Example
White with #0AD5BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AD5BA; }
p { color: rgb(10,213,186); }
H1.HeaderClassName
{
color: #0AD5BA;
}
.AnyTagClassName
{
color: #0AD5BA;
}
</style>
background-color css
<style>
a { background-color: #0AD5BA; }
a { background-color: rgb(10,213,186); }
div.DivClassName
{
background-color: #0AD5BA;
}
.BgClassName
{
background-color: #0AD5BA;
}
</style>
border-color css
<style>
span { border-color: #0AD5BA; }
span { border-color: rgb(10,213,186); }
td.TdClassName
{
border-color: #0AD5BA;
}
.TagClassName
{
border-color: #0AD5BA;
}
</style>