Shades of Robin's Egg Blue #10CAC3
Tints of Robin's Egg Blue #10CAC3
RGB
CMYK
RGB Variations
Color information
#10CAC3 (or 0x10CAC3) is known color: Robin's Egg Blue. HEX triplet: 10, CA and C3. RGB value is (16,202,195). Sum of RGB (Red+Green+Blue) = 16+202+195=413 (54% of max value = 765). Red value is 16 (6.64% from 255 or 3.87% from 413); Green value is 202 (79.30% from 255 or 48.91% from 413); Blue value is 195 (76.56% from 255 or 47.22% from 413); Max value from RGB is 202 - color contains mainly: green. Hex color #10CAC3 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #10CAC3 is #EF353C. Grayscale: #919191. Windows color (decimal): -15676733 or 12831248. OLE color: 12831248.
HSL color Cylindrical-coordinate representation of color #10CAC3: hue angle of 177.74º 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 #10CAC3 is Cyan = 0.92, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 16 | 202 | 195 | - |
| CMYK | 0.92 | 0 | 0.03 | 0.21 |
| HSL | 177.74º | 0.85% | 0.43% | - |
| HSV(B) | 177.74º | 0.92% | 0.79% | - |
| XYZ | 31.18 | 46.29 | 58.92 | - |
| YUV | 145.59 | 155.88 | 35.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 202 | 195 | 0.92 | 0 | 0.03 | 0.21 | 177.74 | 0.85 | 0.43 |
| Hex | 10 | CA | C3 | 5C | 0 | 3 | 15 | B2 | 55 | 2B |
| Octal | 20 | 312 | 303 | 134 | 0 | 3 | 25 | 262 | 125 | 53 |
| Binary | 10000 | 11001010 | 11000011 | 1011100 | 0 | 11 | 10101 | 10110010 | 1010101 | 101011 |
Color Harmonies of #10CAC3
Complementary color
Monochromatic Colors of #10CAC3
Black with #10CAC3
Text Example
Text Example
White with #10CAC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10CAC3; }
p { color: rgb(16,202,195); }
H1.HeaderClassName
{
color: #10CAC3;
}
.AnyTagClassName
{
color: #10CAC3;
}
</style>
background-color css
<style>
a { background-color: #10CAC3; }
a { background-color: rgb(16,202,195); }
div.DivClassName
{
background-color: #10CAC3;
}
.BgClassName
{
background-color: #10CAC3;
}
</style>
border-color css
<style>
span { border-color: #10CAC3; }
span { border-color: rgb(16,202,195); }
td.TdClassName
{
border-color: #10CAC3;
}
.TagClassName
{
border-color: #10CAC3;
}
</style>