Shades of Caribbean Green #10E4B2
Tints of Caribbean Green #10E4B2
RGB
CMYK
RGB Variations
Color information
#10E4B2 (or 0x10E4B2) is known color: Caribbean Green. HEX triplet: 10, E4 and B2. RGB value is (16,228,178). Sum of RGB (Red+Green+Blue) = 16+228+178=422 (55% of max value = 765). Red value is 16 (6.64% from 255 or 3.79% from 422); Green value is 228 (89.45% from 255 or 54.03% from 422); Blue value is 178 (69.92% from 255 or 42.18% from 422); Max value from RGB is 228 - color contains mainly: green. Hex color #10E4B2 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #10E4B2 is #EF1B4D. Grayscale: #9E9E9E. Windows color (decimal): -15670094 or 11723792. OLE color: 11723792.
HSL color Cylindrical-coordinate representation of color #10E4B2: hue angle of 165.85º degrees, saturation: 0.87, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10E4B2 is Cyan = 0.93, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 16 | 228 | 178 | - |
| CMYK | 0.93 | 0 | 0.22 | 0.11 |
| HSL | 165.85º | 0.87% | 0.48% | - |
| HSV(B) | 165.85º | 0.93% | 0.89% | - |
| XYZ | 35.99 | 58.81 | 51.57 | - |
| YUV | 158.91 | 138.76 | 26.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 228 | 178 | 0.93 | 0 | 0.22 | 0.11 | 165.85 | 0.87 | 0.48 |
| Hex | 10 | E4 | B2 | 5D | 0 | 16 | B | A6 | 57 | 30 |
| Octal | 20 | 344 | 262 | 135 | 0 | 26 | 13 | 246 | 127 | 60 |
| Binary | 10000 | 11100100 | 10110010 | 1011101 | 0 | 10110 | 1011 | 10100110 | 1010111 | 110000 |
Color Harmonies of #10E4B2
Complementary color
Monochromatic Colors of #10E4B2
Black with #10E4B2
Text Example
Text Example
White with #10E4B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10E4B2; }
p { color: rgb(16,228,178); }
H1.HeaderClassName
{
color: #10E4B2;
}
.AnyTagClassName
{
color: #10E4B2;
}
</style>
background-color css
<style>
a { background-color: #10E4B2; }
a { background-color: rgb(16,228,178); }
div.DivClassName
{
background-color: #10E4B2;
}
.BgClassName
{
background-color: #10E4B2;
}
</style>
border-color css
<style>
span { border-color: #10E4B2; }
span { border-color: rgb(16,228,178); }
td.TdClassName
{
border-color: #10E4B2;
}
.TagClassName
{
border-color: #10E4B2;
}
</style>