Shades of Caribbean Green #15DD9E
Tints of Caribbean Green #15DD9E
RGB
CMYK
RGB Variations
Color information
#15DD9E (or 0x15DD9E) is known color: Caribbean Green. HEX triplet: 15, DD and 9E. RGB value is (21,221,158). Sum of RGB (Red+Green+Blue) = 21+221+158=400 (52% of max value = 765). Red value is 21 (8.59% from 255 or 5.25% from 400); Green value is 221 (86.72% from 255 or 55.25% from 400); Blue value is 158 (62.11% from 255 or 39.5% from 400); Max value from RGB is 221 - color contains mainly: green. Hex color #15DD9E is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #15DD9E is #EA2261. Grayscale: #9A9A9A. Windows color (decimal): -15344226 or 10411285. OLE color: 10411285.
HSL color Cylindrical-coordinate representation of color #15DD9E: hue angle of 161.1º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #15DD9E is Cyan = 0.90, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 21 | 221 | 158 | - |
| CMYK | 0.90 | 0 | 0.29 | 0.13 |
| HSL | 161.1º | 0.83% | 0.47% | - |
| HSV(B) | 161.1º | 0.9% | 0.87% | - |
| XYZ | 32.34 | 54.34 | 41.13 | - |
| YUV | 154.02 | 130.24 | 33.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 221 | 158 | 0.90 | 0 | 0.29 | 0.13 | 161.1 | 0.83 | 0.47 |
| Hex | 15 | DD | 9E | 5A | 0 | 1D | D | A1 | 53 | 2F |
| Octal | 25 | 335 | 236 | 132 | 0 | 35 | 15 | 241 | 123 | 57 |
| Binary | 10101 | 11011101 | 10011110 | 1011010 | 0 | 11101 | 1101 | 10100001 | 1010011 | 101111 |
Color Harmonies of #15DD9E
Complementary color
Monochromatic Colors of #15DD9E
Black with #15DD9E
Text Example
Text Example
White with #15DD9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15DD9E; }
p { color: rgb(21,221,158); }
H1.HeaderClassName
{
color: #15DD9E;
}
.AnyTagClassName
{
color: #15DD9E;
}
</style>
background-color css
<style>
a { background-color: #15DD9E; }
a { background-color: rgb(21,221,158); }
div.DivClassName
{
background-color: #15DD9E;
}
.BgClassName
{
background-color: #15DD9E;
}
</style>
border-color css
<style>
span { border-color: #15DD9E; }
span { border-color: rgb(21,221,158); }
td.TdClassName
{
border-color: #15DD9E;
}
.TagClassName
{
border-color: #15DD9E;
}
</style>