Shades of Caribbean Green #10E19B
Tints of Caribbean Green #10E19B
RGB
CMYK
RGB Variations
Color information
#10E19B (or 0x10E19B) is known color: Caribbean Green. HEX triplet: 10, E1 and 9B. RGB value is (16,225,155). Sum of RGB (Red+Green+Blue) = 16+225+155=396 (52% of max value = 765). Red value is 16 (6.64% from 255 or 4.04% from 396); Green value is 225 (88.28% from 255 or 56.82% from 396); Blue value is 155 (60.94% from 255 or 39.14% from 396); Max value from RGB is 225 - color contains mainly: green. Hex color #10E19B is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #10E19B is #EF1E64. Grayscale: #9A9A9A. Windows color (decimal): -15670885 or 10215696. OLE color: 10215696.
HSL color Cylindrical-coordinate representation of color #10E19B: hue angle of 159.9º 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 #10E19B is Cyan = 0.93, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 16 | 225 | 155 | - |
| CMYK | 0.93 | 0 | 0.31 | 0.12 |
| HSL | 159.9º | 0.87% | 0.47% | - |
| HSV(B) | 159.9º | 0.93% | 0.88% | - |
| XYZ | 33.06 | 56.33 | 40.14 | - |
| YUV | 154.53 | 128.26 | 29.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 225 | 155 | 0.93 | 0 | 0.31 | 0.12 | 159.9 | 0.87 | 0.47 |
| Hex | 10 | E1 | 9B | 5D | 0 | 1F | C | A0 | 57 | 2F |
| Octal | 20 | 341 | 233 | 135 | 0 | 37 | 14 | 240 | 127 | 57 |
| Binary | 10000 | 11100001 | 10011011 | 1011101 | 0 | 11111 | 1100 | 10100000 | 1010111 | 101111 |
Color Harmonies of #10E19B
Complementary color
Monochromatic Colors of #10E19B
Black with #10E19B
Text Example
Text Example
White with #10E19B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10E19B; }
p { color: rgb(16,225,155); }
H1.HeaderClassName
{
color: #10E19B;
}
.AnyTagClassName
{
color: #10E19B;
}
</style>
background-color css
<style>
a { background-color: #10E19B; }
a { background-color: rgb(16,225,155); }
div.DivClassName
{
background-color: #10E19B;
}
.BgClassName
{
background-color: #10E19B;
}
</style>
border-color css
<style>
span { border-color: #10E19B; }
span { border-color: rgb(16,225,155); }
td.TdClassName
{
border-color: #10E19B;
}
.TagClassName
{
border-color: #10E19B;
}
</style>