Shades of Caribbean Green #10E088
Tints of Caribbean Green #10E088
RGB
CMYK
RGB Variations
Color information
#10E088 (or 0x10E088) is known color: Caribbean Green. HEX triplet: 10, E0 and 88. RGB value is (16,224,136). Sum of RGB (Red+Green+Blue) = 16+224+136=376 (49% of max value = 765). Red value is 16 (6.64% from 255 or 4.26% from 376); Green value is 224 (87.89% from 255 or 59.57% from 376); Blue value is 136 (53.52% from 255 or 36.17% from 376); Max value from RGB is 224 - color contains mainly: green. Hex color #10E088 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #10E088 is #EF1F77. Grayscale: #979797. Windows color (decimal): -15671160 or 8970256. OLE color: 8970256.
HSL color Cylindrical-coordinate representation of color #10E088: hue angle of 154.62º 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 #10E088 is Cyan = 0.93, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 16 | 224 | 136 | - |
| CMYK | 0.93 | 0 | 0.39 | 0.12 |
| HSL | 154.62º | 0.87% | 0.47% | - |
| HSV(B) | 154.62º | 0.93% | 0.88% | - |
| XYZ | 31.31 | 55.2 | 32.3 | - |
| YUV | 151.78 | 119.09 | 31.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 224 | 136 | 0.93 | 0 | 0.39 | 0.12 | 154.62 | 0.87 | 0.47 |
| Hex | 10 | E0 | 88 | 5D | 0 | 27 | C | 9B | 57 | 2F |
| Octal | 20 | 340 | 210 | 135 | 0 | 47 | 14 | 233 | 127 | 57 |
| Binary | 10000 | 11100000 | 10001000 | 1011101 | 0 | 100111 | 1100 | 10011011 | 1010111 | 101111 |
Color Harmonies of #10E088
Complementary color
Monochromatic Colors of #10E088
Black with #10E088
Text Example
Text Example
White with #10E088
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10E088; }
p { color: rgb(16,224,136); }
H1.HeaderClassName
{
color: #10E088;
}
.AnyTagClassName
{
color: #10E088;
}
</style>
background-color css
<style>
a { background-color: #10E088; }
a { background-color: rgb(16,224,136); }
div.DivClassName
{
background-color: #10E088;
}
.BgClassName
{
background-color: #10E088;
}
</style>
border-color css
<style>
span { border-color: #10E088; }
span { border-color: rgb(16,224,136); }
td.TdClassName
{
border-color: #10E088;
}
.TagClassName
{
border-color: #10E088;
}
</style>