Shades of Robin's Egg Blue #10DACA
Tints of Robin's Egg Blue #10DACA
RGB
CMYK
RGB Variations
Color information
#10DACA (or 0x10DACA) is known color: Robin's Egg Blue. HEX triplet: 10, DA and CA. RGB value is (16,218,202). Sum of RGB (Red+Green+Blue) = 16+218+202=436 (57% of max value = 765). Red value is 16 (6.64% from 255 or 3.67% from 436); Green value is 218 (85.55% from 255 or 50% from 436); Blue value is 202 (79.30% from 255 or 46.33% from 436); Max value from RGB is 218 - color contains mainly: green. Hex color #10DACA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #10DACA is #EF2535. Grayscale: #9B9B9B. Windows color (decimal): -15672630 or 13294096. OLE color: 13294096.
HSL color Cylindrical-coordinate representation of color #10DACA: hue angle of 175.25º 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 #10DACA is Cyan = 0.93, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 16 | 218 | 202 | - |
| CMYK | 0.93 | 0 | 0.07 | 0.15 |
| HSL | 175.25º | 0.86% | 0.46% | - |
| HSV(B) | 175.25º | 0.93% | 0.85% | - |
| XYZ | 35.95 | 54.52 | 64.51 | - |
| YUV | 155.78 | 154.08 | 28.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 218 | 202 | 0.93 | 0 | 0.07 | 0.15 | 175.25 | 0.86 | 0.46 |
| Hex | 10 | DA | CA | 5D | 0 | 7 | F | AF | 56 | 2E |
| Octal | 20 | 332 | 312 | 135 | 0 | 7 | 17 | 257 | 126 | 56 |
| Binary | 10000 | 11011010 | 11001010 | 1011101 | 0 | 111 | 1111 | 10101111 | 1010110 | 101110 |
Color Harmonies of #10DACA
Complementary color
Monochromatic Colors of #10DACA
Black with #10DACA
Text Example
Text Example
White with #10DACA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10DACA; }
p { color: rgb(16,218,202); }
H1.HeaderClassName
{
color: #10DACA;
}
.AnyTagClassName
{
color: #10DACA;
}
</style>
background-color css
<style>
a { background-color: #10DACA; }
a { background-color: rgb(16,218,202); }
div.DivClassName
{
background-color: #10DACA;
}
.BgClassName
{
background-color: #10DACA;
}
</style>
border-color css
<style>
span { border-color: #10DACA; }
span { border-color: rgb(16,218,202); }
td.TdClassName
{
border-color: #10DACA;
}
.TagClassName
{
border-color: #10DACA;
}
</style>