Shades of Caribbean Green #10E2AB
Tints of Caribbean Green #10E2AB
RGB
CMYK
RGB Variations
Color information
#10E2AB (or 0x10E2AB) is known color: Caribbean Green. HEX triplet: 10, E2 and AB. RGB value is (16,226,171). Sum of RGB (Red+Green+Blue) = 16+226+171=413 (54% of max value = 765). Red value is 16 (6.64% from 255 or 3.87% from 413); Green value is 226 (88.67% from 255 or 54.72% from 413); Blue value is 171 (67.19% from 255 or 41.40% from 413); Max value from RGB is 226 - color contains mainly: green. Hex color #10E2AB is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #10E2AB is #EF1D54. Grayscale: #9C9C9C. Windows color (decimal): -15670613 or 11264528. OLE color: 11264528.
HSL color Cylindrical-coordinate representation of color #10E2AB: hue angle of 164.29º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10E2AB is Cyan = 0.93, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 16 | 226 | 171 | - |
| CMYK | 0.93 | 0 | 0.24 | 0.11 |
| HSL | 164.29º | 0.87% | 0.47% | - |
| HSV(B) | 164.29º | 0.93% | 0.89% | - |
| XYZ | 34.76 | 57.44 | 47.78 | - |
| YUV | 156.94 | 135.93 | 27.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 226 | 171 | 0.93 | 0 | 0.24 | 0.11 | 164.29 | 0.87 | 0.47 |
| Hex | 10 | E2 | AB | 5D | 0 | 18 | B | A4 | 57 | 2F |
| Octal | 20 | 342 | 253 | 135 | 0 | 30 | 13 | 244 | 127 | 57 |
| Binary | 10000 | 11100010 | 10101011 | 1011101 | 0 | 11000 | 1011 | 10100100 | 1010111 | 101111 |
Color Harmonies of #10E2AB
Complementary color
Monochromatic Colors of #10E2AB
Black with #10E2AB
Text Example
Text Example
White with #10E2AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10E2AB; }
p { color: rgb(16,226,171); }
H1.HeaderClassName
{
color: #10E2AB;
}
.AnyTagClassName
{
color: #10E2AB;
}
</style>
background-color css
<style>
a { background-color: #10E2AB; }
a { background-color: rgb(16,226,171); }
div.DivClassName
{
background-color: #10E2AB;
}
.BgClassName
{
background-color: #10E2AB;
}
</style>
border-color css
<style>
span { border-color: #10E2AB; }
span { border-color: rgb(16,226,171); }
td.TdClassName
{
border-color: #10E2AB;
}
.TagClassName
{
border-color: #10E2AB;
}
</style>