Shades of Caribbean Green #10D89F
Tints of Caribbean Green #10D89F
RGB
CMYK
RGB Variations
Color information
#10D89F (or 0x10D89F) is known color: Caribbean Green. HEX triplet: 10, D8 and 9F. RGB value is (16,216,159). Sum of RGB (Red+Green+Blue) = 16+216+159=391 (51% of max value = 765). Red value is 16 (6.64% from 255 or 4.09% from 391); Green value is 216 (84.77% from 255 or 55.24% from 391); Blue value is 159 (62.5% from 255 or 40.66% from 391); Max value from RGB is 216 - color contains mainly: green. Hex color #10D89F is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #10D89F is #EF2760. Grayscale: #959595. Windows color (decimal): -15673185 or 10475536. OLE color: 10475536.
HSL color Cylindrical-coordinate representation of color #10D89F: hue angle of 162.9º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10D89F is Cyan = 0.93, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 16 | 216 | 159 | - |
| CMYK | 0.93 | 0 | 0.26 | 0.15 |
| HSL | 162.9º | 0.86% | 0.45% | - |
| HSV(B) | 162.9º | 0.93% | 0.85% | - |
| XYZ | 31.03 | 51.73 | 41.15 | - |
| YUV | 149.7 | 133.24 | 32.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 216 | 159 | 0.93 | 0 | 0.26 | 0.15 | 162.9 | 0.86 | 0.45 |
| Hex | 10 | D8 | 9F | 5D | 0 | 1A | F | A3 | 56 | 2D |
| Octal | 20 | 330 | 237 | 135 | 0 | 32 | 17 | 243 | 126 | 55 |
| Binary | 10000 | 11011000 | 10011111 | 1011101 | 0 | 11010 | 1111 | 10100011 | 1010110 | 101101 |
Color Harmonies of #10D89F
Complementary color
Monochromatic Colors of #10D89F
Black with #10D89F
Text Example
Text Example
White with #10D89F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10D89F; }
p { color: rgb(16,216,159); }
H1.HeaderClassName
{
color: #10D89F;
}
.AnyTagClassName
{
color: #10D89F;
}
</style>
background-color css
<style>
a { background-color: #10D89F; }
a { background-color: rgb(16,216,159); }
div.DivClassName
{
background-color: #10D89F;
}
.BgClassName
{
background-color: #10D89F;
}
</style>
border-color css
<style>
span { border-color: #10D89F; }
span { border-color: rgb(16,216,159); }
td.TdClassName
{
border-color: #10D89F;
}
.TagClassName
{
border-color: #10D89F;
}
</style>