Shades of Caribbean Green #10DD98
Tints of Caribbean Green #10DD98
RGB
CMYK
RGB Variations
Color information
#10DD98 (or 0x10DD98) is known color: Caribbean Green. HEX triplet: 10, DD and 98. RGB value is (16,221,152). Sum of RGB (Red+Green+Blue) = 16+221+152=389 (51% of max value = 765). Red value is 16 (6.64% from 255 or 4.11% from 389); Green value is 221 (86.72% from 255 or 56.81% from 389); Blue value is 152 (59.77% from 255 or 39.07% from 389); Max value from RGB is 221 - color contains mainly: green. Hex color #10DD98 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #10DD98 is #EF2267. Grayscale: #979797. Windows color (decimal): -15671912 or 10018064. OLE color: 10018064.
HSL color Cylindrical-coordinate representation of color #10DD98: hue angle of 159.8º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10DD98 is Cyan = 0.93, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 16 | 221 | 152 | - |
| CMYK | 0.93 | 0 | 0.31 | 0.13 |
| HSL | 159.8º | 0.86% | 0.46% | - |
| HSV(B) | 159.8º | 0.93% | 0.87% | - |
| XYZ | 31.74 | 54.09 | 38.47 | - |
| YUV | 151.84 | 128.08 | 31.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 221 | 152 | 0.93 | 0 | 0.31 | 0.13 | 159.8 | 0.86 | 0.46 |
| Hex | 10 | DD | 98 | 5D | 0 | 1F | D | A0 | 56 | 2E |
| Octal | 20 | 335 | 230 | 135 | 0 | 37 | 15 | 240 | 126 | 56 |
| Binary | 10000 | 11011101 | 10011000 | 1011101 | 0 | 11111 | 1101 | 10100000 | 1010110 | 101110 |
Color Harmonies of #10DD98
Complementary color
Monochromatic Colors of #10DD98
Black with #10DD98
Text Example
Text Example
White with #10DD98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10DD98; }
p { color: rgb(16,221,152); }
H1.HeaderClassName
{
color: #10DD98;
}
.AnyTagClassName
{
color: #10DD98;
}
</style>
background-color css
<style>
a { background-color: #10DD98; }
a { background-color: rgb(16,221,152); }
div.DivClassName
{
background-color: #10DD98;
}
.BgClassName
{
background-color: #10DD98;
}
</style>
border-color css
<style>
span { border-color: #10DD98; }
span { border-color: rgb(16,221,152); }
td.TdClassName
{
border-color: #10DD98;
}
.TagClassName
{
border-color: #10DD98;
}
</style>