Shades of Robin's Egg Blue #10CAB7
Tints of Robin's Egg Blue #10CAB7
RGB
CMYK
RGB Variations
Color information
#10CAB7 (or 0x10CAB7) is known color: Robin's Egg Blue. HEX triplet: 10, CA and B7. RGB value is (16,202,183). Sum of RGB (Red+Green+Blue) = 16+202+183=401 (53% of max value = 765). Red value is 16 (6.64% from 255 or 3.99% from 401); Green value is 202 (79.30% from 255 or 50.37% from 401); Blue value is 183 (71.88% from 255 or 45.64% from 401); Max value from RGB is 202 - color contains mainly: green. Hex color #10CAB7 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #10CAB7 is #EF3548. Grayscale: #909090. Windows color (decimal): -15676745 or 12044816. OLE color: 12044816.
HSL color Cylindrical-coordinate representation of color #10CAB7: hue angle of 173.87º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #10CAB7 is Cyan = 0.92, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 16 | 202 | 183 | - |
| CMYK | 0.92 | 0 | 0.09 | 0.21 |
| HSL | 173.87º | 0.85% | 0.43% | - |
| HSV(B) | 173.87º | 0.92% | 0.79% | - |
| XYZ | 29.88 | 45.77 | 52.06 | - |
| YUV | 144.22 | 149.88 | 36.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 202 | 183 | 0.92 | 0 | 0.09 | 0.21 | 173.87 | 0.85 | 0.43 |
| Hex | 10 | CA | B7 | 5C | 0 | 9 | 15 | AE | 55 | 2B |
| Octal | 20 | 312 | 267 | 134 | 0 | 11 | 25 | 256 | 125 | 53 |
| Binary | 10000 | 11001010 | 10110111 | 1011100 | 0 | 1001 | 10101 | 10101110 | 1010101 | 101011 |
Color Harmonies of #10CAB7
Complementary color
Monochromatic Colors of #10CAB7
Black with #10CAB7
Text Example
Text Example
White with #10CAB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10CAB7; }
p { color: rgb(16,202,183); }
H1.HeaderClassName
{
color: #10CAB7;
}
.AnyTagClassName
{
color: #10CAB7;
}
</style>
background-color css
<style>
a { background-color: #10CAB7; }
a { background-color: rgb(16,202,183); }
div.DivClassName
{
background-color: #10CAB7;
}
.BgClassName
{
background-color: #10CAB7;
}
</style>
border-color css
<style>
span { border-color: #10CAB7; }
span { border-color: rgb(16,202,183); }
td.TdClassName
{
border-color: #10CAB7;
}
.TagClassName
{
border-color: #10CAB7;
}
</style>