Shades of Robin's Egg Blue #10C2B9
Tints of Robin's Egg Blue #10C2B9
RGB
CMYK
RGB Variations
Color information
#10C2B9 (or 0x10C2B9) is known color: Robin's Egg Blue. HEX triplet: 10, C2 and B9. RGB value is (16,194,185). Sum of RGB (Red+Green+Blue) = 16+194+185=395 (52% of max value = 765). Red value is 16 (6.64% from 255 or 4.05% from 395); Green value is 194 (76.17% from 255 or 49.11% from 395); Blue value is 185 (72.66% from 255 or 46.84% from 395); Max value from RGB is 194 - color contains mainly: green. Hex color #10C2B9 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #10C2B9 is #EF3D46. Grayscale: #8B8B8B. Windows color (decimal): -15678791 or 12173840. OLE color: 12173840.
HSL color Cylindrical-coordinate representation of color #10C2B9: hue angle of 176.97º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #10C2B9 is Cyan = 0.92, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 16 | 194 | 185 | - |
| CMYK | 0.92 | 0 | 0.05 | 0.24 |
| HSL | 176.97º | 0.85% | 0.41% | - |
| HSV(B) | 176.97º | 0.92% | 0.76% | - |
| XYZ | 28.26 | 42.2 | 52.55 | - |
| YUV | 139.75 | 153.53 | 39.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 194 | 185 | 0.92 | 0 | 0.05 | 0.24 | 176.97 | 0.85 | 0.41 |
| Hex | 10 | C2 | B9 | 5C | 0 | 5 | 18 | B1 | 55 | 29 |
| Octal | 20 | 302 | 271 | 134 | 0 | 5 | 30 | 261 | 125 | 51 |
| Binary | 10000 | 11000010 | 10111001 | 1011100 | 0 | 101 | 11000 | 10110001 | 1010101 | 101001 |
Color Harmonies of #10C2B9
Complementary color
Monochromatic Colors of #10C2B9
Black with #10C2B9
Text Example
Text Example
White with #10C2B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10C2B9; }
p { color: rgb(16,194,185); }
H1.HeaderClassName
{
color: #10C2B9;
}
.AnyTagClassName
{
color: #10C2B9;
}
</style>
background-color css
<style>
a { background-color: #10C2B9; }
a { background-color: rgb(16,194,185); }
div.DivClassName
{
background-color: #10C2B9;
}
.BgClassName
{
background-color: #10C2B9;
}
</style>
border-color css
<style>
span { border-color: #10C2B9; }
span { border-color: rgb(16,194,185); }
td.TdClassName
{
border-color: #10C2B9;
}
.TagClassName
{
border-color: #10C2B9;
}
</style>