Shades of Robin's Egg Blue #0ADCBA
Tints of Robin's Egg Blue #0ADCBA
RGB
CMYK
RGB Variations
Color information
#0ADCBA (or 0x0ADCBA) is known color: Robin's Egg Blue. HEX triplet: 0A, DC and BA. RGB value is (10,220,186). Sum of RGB (Red+Green+Blue) = 10+220+186=416 (55% of max value = 765). Red value is 10 (4.30% from 255 or 2.40% from 416); Green value is 220 (86.33% from 255 or 52.88% from 416); Blue value is 186 (73.05% from 255 or 44.71% from 416); Max value from RGB is 220 - color contains mainly: green. Hex color #0ADCBA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0ADCBA is #F52345. Grayscale: #999999. Windows color (decimal): -16065350 or 12246026. OLE color: 12246026.
HSL color Cylindrical-coordinate representation of color #0ADCBA: hue angle of 170.29º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0ADCBA is Cyan = 0.95, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 10 | 220 | 186 | - |
| CMYK | 0.95 | 0 | 0.15 | 0.14 |
| HSL | 170.29º | 0.91% | 0.45% | - |
| HSV(B) | 170.29º | 0.95% | 0.86% | - |
| XYZ | 34.58 | 54.8 | 55.21 | - |
| YUV | 153.33 | 146.43 | 25.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 220 | 186 | 0.95 | 0 | 0.15 | 0.14 | 170.29 | 0.91 | 0.45 |
| Hex | A | DC | BA | 5F | 0 | F | E | AA | 5B | 2D |
| Octal | 12 | 334 | 272 | 137 | 0 | 17 | 16 | 252 | 133 | 55 |
| Binary | 1010 | 11011100 | 10111010 | 1011111 | 0 | 1111 | 1110 | 10101010 | 1011011 | 101101 |
Color Harmonies of #0ADCBA
Complementary color
Monochromatic Colors of #0ADCBA
Black with #0ADCBA
Text Example
Text Example
White with #0ADCBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ADCBA; }
p { color: rgb(10,220,186); }
H1.HeaderClassName
{
color: #0ADCBA;
}
.AnyTagClassName
{
color: #0ADCBA;
}
</style>
background-color css
<style>
a { background-color: #0ADCBA; }
a { background-color: rgb(10,220,186); }
div.DivClassName
{
background-color: #0ADCBA;
}
.BgClassName
{
background-color: #0ADCBA;
}
</style>
border-color css
<style>
span { border-color: #0ADCBA; }
span { border-color: rgb(10,220,186); }
td.TdClassName
{
border-color: #0ADCBA;
}
.TagClassName
{
border-color: #0ADCBA;
}
</style>