Shades of Robin's Egg Blue #10CCB6
Tints of Robin's Egg Blue #10CCB6
RGB
CMYK
RGB Variations
Color information
#10CCB6 (or 0x10CCB6) is known color: Robin's Egg Blue. HEX triplet: 10, CC and B6. RGB value is (16,204,182). Sum of RGB (Red+Green+Blue) = 16+204+182=402 (53% of max value = 765). Red value is 16 (6.64% from 255 or 3.98% from 402); Green value is 204 (80.08% from 255 or 50.75% from 402); Blue value is 182 (71.48% from 255 or 45.27% from 402); Max value from RGB is 204 - color contains mainly: green. Hex color #10CCB6 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #10CCB6 is #EF3349. Grayscale: #919191. Windows color (decimal): -15676234 or 11979792. OLE color: 11979792.
HSL color Cylindrical-coordinate representation of color #10CCB6: hue angle of 172.98º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #10CCB6 is Cyan = 0.92, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 16 | 204 | 182 | - |
| CMYK | 0.92 | 0 | 0.11 | 0.2 |
| HSL | 172.98º | 0.85% | 0.43% | - |
| HSV(B) | 172.98º | 0.92% | 0.8% | - |
| XYZ | 30.25 | 46.67 | 51.67 | - |
| YUV | 145.28 | 148.72 | 35.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 204 | 182 | 0.92 | 0 | 0.11 | 0.2 | 172.98 | 0.85 | 0.43 |
| Hex | 10 | CC | B6 | 5C | 0 | B | 14 | AD | 55 | 2B |
| Octal | 20 | 314 | 266 | 134 | 0 | 13 | 24 | 255 | 125 | 53 |
| Binary | 10000 | 11001100 | 10110110 | 1011100 | 0 | 1011 | 10100 | 10101101 | 1010101 | 101011 |
Color Harmonies of #10CCB6
Complementary color
Monochromatic Colors of #10CCB6
Black with #10CCB6
Text Example
Text Example
White with #10CCB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10CCB6; }
p { color: rgb(16,204,182); }
H1.HeaderClassName
{
color: #10CCB6;
}
.AnyTagClassName
{
color: #10CCB6;
}
</style>
background-color css
<style>
a { background-color: #10CCB6; }
a { background-color: rgb(16,204,182); }
div.DivClassName
{
background-color: #10CCB6;
}
.BgClassName
{
background-color: #10CCB6;
}
</style>
border-color css
<style>
span { border-color: #10CCB6; }
span { border-color: rgb(16,204,182); }
td.TdClassName
{
border-color: #10CCB6;
}
.TagClassName
{
border-color: #10CCB6;
}
</style>