Shades of Robin's Egg Blue #10CCB9
Tints of Robin's Egg Blue #10CCB9
RGB
CMYK
RGB Variations
Color information
#10CCB9 (or 0x10CCB9) is known color: Robin's Egg Blue. HEX triplet: 10, CC and B9. RGB value is (16,204,185). Sum of RGB (Red+Green+Blue) = 16+204+185=405 (53% of max value = 765). Red value is 16 (6.64% from 255 or 3.95% from 405); Green value is 204 (80.08% from 255 or 50.37% from 405); Blue value is 185 (72.66% from 255 or 45.68% from 405); Max value from RGB is 204 - color contains mainly: green. Hex color #10CCB9 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #10CCB9 is #EF3346. Grayscale: #919191. Windows color (decimal): -15676231 or 12176400. OLE color: 12176400.
HSL color Cylindrical-coordinate representation of color #10CCB9: hue angle of 173.94º 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 #10CCB9 is Cyan = 0.92, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 16 | 204 | 185 | - |
| CMYK | 0.92 | 0 | 0.09 | 0.2 |
| HSL | 173.94º | 0.85% | 0.43% | - |
| HSV(B) | 173.94º | 0.92% | 0.8% | - |
| XYZ | 30.56 | 46.8 | 53.32 | - |
| YUV | 145.62 | 150.22 | 35.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 204 | 185 | 0.92 | 0 | 0.09 | 0.2 | 173.94 | 0.85 | 0.43 |
| Hex | 10 | CC | B9 | 5C | 0 | 9 | 14 | AE | 55 | 2B |
| Octal | 20 | 314 | 271 | 134 | 0 | 11 | 24 | 256 | 125 | 53 |
| Binary | 10000 | 11001100 | 10111001 | 1011100 | 0 | 1001 | 10100 | 10101110 | 1010101 | 101011 |
Color Harmonies of #10CCB9
Complementary color
Monochromatic Colors of #10CCB9
Black with #10CCB9
Text Example
Text Example
White with #10CCB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10CCB9; }
p { color: rgb(16,204,185); }
H1.HeaderClassName
{
color: #10CCB9;
}
.AnyTagClassName
{
color: #10CCB9;
}
</style>
background-color css
<style>
a { background-color: #10CCB9; }
a { background-color: rgb(16,204,185); }
div.DivClassName
{
background-color: #10CCB9;
}
.BgClassName
{
background-color: #10CCB9;
}
</style>
border-color css
<style>
span { border-color: #10CCB9; }
span { border-color: rgb(16,204,185); }
td.TdClassName
{
border-color: #10CCB9;
}
.TagClassName
{
border-color: #10CCB9;
}
</style>