Shades of Robin's Egg Blue #10CAC5
Tints of Robin's Egg Blue #10CAC5
RGB
CMYK
RGB Variations
Color information
#10CAC5 (or 0x10CAC5) is known color: Robin's Egg Blue. HEX triplet: 10, CA and C5. RGB value is (16,202,197). Sum of RGB (Red+Green+Blue) = 16+202+197=415 (54% of max value = 765). Red value is 16 (6.64% from 255 or 3.86% from 415); Green value is 202 (79.30% from 255 or 48.67% from 415); Blue value is 197 (77.34% from 255 or 47.47% from 415); Max value from RGB is 202 - color contains mainly: green. Hex color #10CAC5 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #10CAC5 is #EF353A. Grayscale: #919191. Windows color (decimal): -15676731 or 12962320. OLE color: 12962320.
HSL color Cylindrical-coordinate representation of color #10CAC5: hue angle of 178.39º 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 #10CAC5 is Cyan = 0.92, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 16 | 202 | 197 | - |
| CMYK | 0.92 | 0 | 0.02 | 0.21 |
| HSL | 178.39º | 0.85% | 0.43% | - |
| HSV(B) | 178.39º | 0.92% | 0.79% | - |
| XYZ | 31.41 | 46.38 | 60.12 | - |
| YUV | 145.82 | 156.88 | 35.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 202 | 197 | 0.92 | 0 | 0.02 | 0.21 | 178.39 | 0.85 | 0.43 |
| Hex | 10 | CA | C5 | 5C | 0 | 2 | 15 | B2 | 55 | 2B |
| Octal | 20 | 312 | 305 | 134 | 0 | 2 | 25 | 262 | 125 | 53 |
| Binary | 10000 | 11001010 | 11000101 | 1011100 | 0 | 10 | 10101 | 10110010 | 1010101 | 101011 |
Color Harmonies of #10CAC5
Complementary color
Monochromatic Colors of #10CAC5
Black with #10CAC5
Text Example
Text Example
White with #10CAC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10CAC5; }
p { color: rgb(16,202,197); }
H1.HeaderClassName
{
color: #10CAC5;
}
.AnyTagClassName
{
color: #10CAC5;
}
</style>
background-color css
<style>
a { background-color: #10CAC5; }
a { background-color: rgb(16,202,197); }
div.DivClassName
{
background-color: #10CAC5;
}
.BgClassName
{
background-color: #10CAC5;
}
</style>
border-color css
<style>
span { border-color: #10CAC5; }
span { border-color: rgb(16,202,197); }
td.TdClassName
{
border-color: #10CAC5;
}
.TagClassName
{
border-color: #10CAC5;
}
</style>