Shades of Robin's Egg Blue #10CAC4
Tints of Robin's Egg Blue #10CAC4
RGB
CMYK
RGB Variations
Color information
#10CAC4 (or 0x10CAC4) is known color: Robin's Egg Blue. HEX triplet: 10, CA and C4. RGB value is (16,202,196). Sum of RGB (Red+Green+Blue) = 16+202+196=414 (54% of max value = 765). Red value is 16 (6.64% from 255 or 3.86% from 414); Green value is 202 (79.30% from 255 or 48.79% from 414); Blue value is 196 (76.95% from 255 or 47.34% from 414); Max value from RGB is 202 - color contains mainly: green. Hex color #10CAC4 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #10CAC4 is #EF353B. Grayscale: #919191. Windows color (decimal): -15676732 or 12896784. OLE color: 12896784.
HSL color Cylindrical-coordinate representation of color #10CAC4: hue angle of 178.06º 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 #10CAC4 is Cyan = 0.92, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 16 | 202 | 196 | - |
| CMYK | 0.92 | 0 | 0.03 | 0.21 |
| HSL | 178.06º | 0.85% | 0.43% | - |
| HSV(B) | 178.06º | 0.92% | 0.79% | - |
| XYZ | 31.3 | 46.34 | 59.52 | - |
| YUV | 145.7 | 156.38 | 35.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 202 | 196 | 0.92 | 0 | 0.03 | 0.21 | 178.06 | 0.85 | 0.43 |
| Hex | 10 | CA | C4 | 5C | 0 | 3 | 15 | B2 | 55 | 2B |
| Octal | 20 | 312 | 304 | 134 | 0 | 3 | 25 | 262 | 125 | 53 |
| Binary | 10000 | 11001010 | 11000100 | 1011100 | 0 | 11 | 10101 | 10110010 | 1010101 | 101011 |
Color Harmonies of #10CAC4
Complementary color
Monochromatic Colors of #10CAC4
Black with #10CAC4
Text Example
Text Example
White with #10CAC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10CAC4; }
p { color: rgb(16,202,196); }
H1.HeaderClassName
{
color: #10CAC4;
}
.AnyTagClassName
{
color: #10CAC4;
}
</style>
background-color css
<style>
a { background-color: #10CAC4; }
a { background-color: rgb(16,202,196); }
div.DivClassName
{
background-color: #10CAC4;
}
.BgClassName
{
background-color: #10CAC4;
}
</style>
border-color css
<style>
span { border-color: #10CAC4; }
span { border-color: rgb(16,202,196); }
td.TdClassName
{
border-color: #10CAC4;
}
.TagClassName
{
border-color: #10CAC4;
}
</style>