Shades of Robin's Egg Blue #10DABA
Tints of Robin's Egg Blue #10DABA
RGB
CMYK
RGB Variations
Color information
#10DABA (or 0x10DABA) is known color: Robin's Egg Blue. HEX triplet: 10, DA and BA. RGB value is (16,218,186). Sum of RGB (Red+Green+Blue) = 16+218+186=420 (55% of max value = 765). Red value is 16 (6.64% from 255 or 3.81% from 420); Green value is 218 (85.55% from 255 or 51.90% from 420); Blue value is 186 (73.05% from 255 or 44.29% from 420); Max value from RGB is 218 - color contains mainly: green. Hex color #10DABA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #10DABA is #EF2545. Grayscale: #999999. Windows color (decimal): -15672646 or 12245520. OLE color: 12245520.
HSL color Cylindrical-coordinate representation of color #10DABA: hue angle of 170.5º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10DABA is Cyan = 0.93, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 16 | 218 | 186 | - |
| CMYK | 0.93 | 0 | 0.15 | 0.15 |
| HSL | 170.5º | 0.86% | 0.46% | - |
| HSV(B) | 170.5º | 0.93% | 0.85% | - |
| XYZ | 34.15 | 53.8 | 55.04 | - |
| YUV | 153.95 | 146.08 | 29.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 218 | 186 | 0.93 | 0 | 0.15 | 0.15 | 170.5 | 0.86 | 0.46 |
| Hex | 10 | DA | BA | 5D | 0 | F | F | AA | 56 | 2E |
| Octal | 20 | 332 | 272 | 135 | 0 | 17 | 17 | 252 | 126 | 56 |
| Binary | 10000 | 11011010 | 10111010 | 1011101 | 0 | 1111 | 1111 | 10101010 | 1010110 | 101110 |
Color Harmonies of #10DABA
Complementary color
Monochromatic Colors of #10DABA
Black with #10DABA
Text Example
Text Example
White with #10DABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10DABA; }
p { color: rgb(16,218,186); }
H1.HeaderClassName
{
color: #10DABA;
}
.AnyTagClassName
{
color: #10DABA;
}
</style>
background-color css
<style>
a { background-color: #10DABA; }
a { background-color: rgb(16,218,186); }
div.DivClassName
{
background-color: #10DABA;
}
.BgClassName
{
background-color: #10DABA;
}
</style>
border-color css
<style>
span { border-color: #10DABA; }
span { border-color: rgb(16,218,186); }
td.TdClassName
{
border-color: #10DABA;
}
.TagClassName
{
border-color: #10DABA;
}
</style>