Shades of Robin's Egg Blue #0AD5BD
Tints of Robin's Egg Blue #0AD5BD
RGB
CMYK
RGB Variations
Color information
#0AD5BD (or 0x0AD5BD) is known color: Robin's Egg Blue. HEX triplet: 0A, D5 and BD. RGB value is (10,213,189). Sum of RGB (Red+Green+Blue) = 10+213+189=412 (54% of max value = 765). Red value is 10 (4.30% from 255 or 2.43% from 412); Green value is 213 (83.59% from 255 or 51.70% from 412); Blue value is 189 (74.22% from 255 or 45.87% from 412); Max value from RGB is 213 - color contains mainly: green. Hex color #0AD5BD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0AD5BD is #F52A42. Grayscale: #959595. Windows color (decimal): -16067139 or 12440842. OLE color: 12440842.
HSL color Cylindrical-coordinate representation of color #0AD5BD: hue angle of 172.91º 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 #0AD5BD is Cyan = 0.95, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 10 | 213 | 189 | - |
| CMYK | 0.95 | 0 | 0.11 | 0.16 |
| HSL | 172.91º | 0.91% | 0.44% | - |
| HSV(B) | 172.91º | 0.95% | 0.84% | - |
| XYZ | 33.1 | 51.33 | 56.31 | - |
| YUV | 149.57 | 150.25 | 28.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 213 | 189 | 0.95 | 0 | 0.11 | 0.16 | 172.91 | 0.91 | 0.44 |
| Hex | A | D5 | BD | 5F | 0 | B | 10 | AD | 5B | 2C |
| Octal | 12 | 325 | 275 | 137 | 0 | 13 | 20 | 255 | 133 | 54 |
| Binary | 1010 | 11010101 | 10111101 | 1011111 | 0 | 1011 | 10000 | 10101101 | 1011011 | 101100 |
Color Harmonies of #0AD5BD
Complementary color
Monochromatic Colors of #0AD5BD
Black with #0AD5BD
Text Example
Text Example
White with #0AD5BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AD5BD; }
p { color: rgb(10,213,189); }
H1.HeaderClassName
{
color: #0AD5BD;
}
.AnyTagClassName
{
color: #0AD5BD;
}
</style>
background-color css
<style>
a { background-color: #0AD5BD; }
a { background-color: rgb(10,213,189); }
div.DivClassName
{
background-color: #0AD5BD;
}
.BgClassName
{
background-color: #0AD5BD;
}
</style>
border-color css
<style>
span { border-color: #0AD5BD; }
span { border-color: rgb(10,213,189); }
td.TdClassName
{
border-color: #0AD5BD;
}
.TagClassName
{
border-color: #0AD5BD;
}
</style>