Shades of Caribbean Green #10E18B
Tints of Caribbean Green #10E18B
RGB
CMYK
RGB Variations
Color information
#10E18B (or 0x10E18B) is known color: Caribbean Green. HEX triplet: 10, E1 and 8B. RGB value is (16,225,139). Sum of RGB (Red+Green+Blue) = 16+225+139=380 (50% of max value = 765). Red value is 16 (6.64% from 255 or 4.21% from 380); Green value is 225 (88.28% from 255 or 59.21% from 380); Blue value is 139 (54.69% from 255 or 36.58% from 380); Max value from RGB is 225 - color contains mainly: green. Hex color #10E18B is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #10E18B is #EF1E74. Grayscale: #989898. Windows color (decimal): -15670901 or 9167120. OLE color: 9167120.
HSL color Cylindrical-coordinate representation of color #10E18B: hue angle of 155.31º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10E18B is Cyan = 0.93, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 16 | 225 | 139 | - |
| CMYK | 0.93 | 0 | 0.38 | 0.12 |
| HSL | 155.31º | 0.87% | 0.47% | - |
| HSV(B) | 155.31º | 0.93% | 0.88% | - |
| XYZ | 31.8 | 55.82 | 33.53 | - |
| YUV | 152.71 | 120.26 | 30.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 225 | 139 | 0.93 | 0 | 0.38 | 0.12 | 155.31 | 0.87 | 0.47 |
| Hex | 10 | E1 | 8B | 5D | 0 | 26 | C | 9B | 57 | 2F |
| Octal | 20 | 341 | 213 | 135 | 0 | 46 | 14 | 233 | 127 | 57 |
| Binary | 10000 | 11100001 | 10001011 | 1011101 | 0 | 100110 | 1100 | 10011011 | 1010111 | 101111 |
Color Harmonies of #10E18B
Complementary color
Monochromatic Colors of #10E18B
Black with #10E18B
Text Example
Text Example
White with #10E18B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10E18B; }
p { color: rgb(16,225,139); }
H1.HeaderClassName
{
color: #10E18B;
}
.AnyTagClassName
{
color: #10E18B;
}
</style>
background-color css
<style>
a { background-color: #10E18B; }
a { background-color: rgb(16,225,139); }
div.DivClassName
{
background-color: #10E18B;
}
.BgClassName
{
background-color: #10E18B;
}
</style>
border-color css
<style>
span { border-color: #10E18B; }
span { border-color: rgb(16,225,139); }
td.TdClassName
{
border-color: #10E18B;
}
.TagClassName
{
border-color: #10E18B;
}
</style>