Shades of Caribbean Green #15D9AA
Tints of Caribbean Green #15D9AA
RGB
CMYK
RGB Variations
Color information
#15D9AA (or 0x15D9AA) is known color: Caribbean Green. HEX triplet: 15, D9 and AA. RGB value is (21,217,170). Sum of RGB (Red+Green+Blue) = 21+217+170=408 (54% of max value = 765). Red value is 21 (8.59% from 255 or 5.15% from 408); Green value is 217 (85.16% from 255 or 53.19% from 408); Blue value is 170 (66.80% from 255 or 41.67% from 408); Max value from RGB is 217 - color contains mainly: green. Hex color #15D9AA is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #15D9AA is #EA2655. Grayscale: #999999. Windows color (decimal): -15345238 or 11196693. OLE color: 11196693.
HSL color Cylindrical-coordinate representation of color #15D9AA: hue angle of 165.61º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #15D9AA is Cyan = 0.90, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 21 | 217 | 170 | - |
| CMYK | 0.90 | 0 | 0.22 | 0.15 |
| HSL | 165.61º | 0.82% | 0.47% | - |
| HSV(B) | 165.61º | 0.9% | 0.85% | - |
| XYZ | 32.38 | 52.69 | 46.49 | - |
| YUV | 153.04 | 137.57 | 33.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 217 | 170 | 0.90 | 0 | 0.22 | 0.15 | 165.61 | 0.82 | 0.47 |
| Hex | 15 | D9 | AA | 5A | 0 | 16 | F | A6 | 52 | 2F |
| Octal | 25 | 331 | 252 | 132 | 0 | 26 | 17 | 246 | 122 | 57 |
| Binary | 10101 | 11011001 | 10101010 | 1011010 | 0 | 10110 | 1111 | 10100110 | 1010010 | 101111 |
Color Harmonies of #15D9AA
Complementary color
Monochromatic Colors of #15D9AA
Black with #15D9AA
Text Example
Text Example
White with #15D9AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15D9AA; }
p { color: rgb(21,217,170); }
H1.HeaderClassName
{
color: #15D9AA;
}
.AnyTagClassName
{
color: #15D9AA;
}
</style>
background-color css
<style>
a { background-color: #15D9AA; }
a { background-color: rgb(21,217,170); }
div.DivClassName
{
background-color: #15D9AA;
}
.BgClassName
{
background-color: #15D9AA;
}
</style>
border-color css
<style>
span { border-color: #15D9AA; }
span { border-color: rgb(21,217,170); }
td.TdClassName
{
border-color: #15D9AA;
}
.TagClassName
{
border-color: #15D9AA;
}
</style>