Shades of Caribbean Green #15D2AA
Tints of Caribbean Green #15D2AA
RGB
CMYK
RGB Variations
Color information
#15D2AA (or 0x15D2AA) is known color: Caribbean Green. HEX triplet: 15, D2 and AA. RGB value is (21,210,170). Sum of RGB (Red+Green+Blue) = 21+210+170=401 (53% of max value = 765). Red value is 21 (8.59% from 255 or 5.24% from 401); Green value is 210 (82.42% from 255 or 52.37% from 401); Blue value is 170 (66.80% from 255 or 42.39% from 401); Max value from RGB is 210 - color contains mainly: green. Hex color #15D2AA is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #15D2AA is #EA2D55. Grayscale: #949494. Windows color (decimal): -15347030 or 11194901. OLE color: 11194901.
HSL color Cylindrical-coordinate representation of color #15D2AA: hue angle of 167.3º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #15D2AA is Cyan = 0.90, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 21 | 210 | 170 | - |
| CMYK | 0.90 | 0 | 0.19 | 0.18 |
| HSL | 167.3º | 0.82% | 0.45% | - |
| HSV(B) | 167.3º | 0.9% | 0.82% | - |
| XYZ | 30.61 | 49.15 | 45.9 | - |
| YUV | 148.93 | 139.88 | 36.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 210 | 170 | 0.90 | 0 | 0.19 | 0.18 | 167.3 | 0.82 | 0.45 |
| Hex | 15 | D2 | AA | 5A | 0 | 13 | 12 | A7 | 52 | 2D |
| Octal | 25 | 322 | 252 | 132 | 0 | 23 | 22 | 247 | 122 | 55 |
| Binary | 10101 | 11010010 | 10101010 | 1011010 | 0 | 10011 | 10010 | 10100111 | 1010010 | 101101 |
Color Harmonies of #15D2AA
Complementary color
Monochromatic Colors of #15D2AA
Black with #15D2AA
Text Example
Text Example
White with #15D2AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15D2AA; }
p { color: rgb(21,210,170); }
H1.HeaderClassName
{
color: #15D2AA;
}
.AnyTagClassName
{
color: #15D2AA;
}
</style>
background-color css
<style>
a { background-color: #15D2AA; }
a { background-color: rgb(21,210,170); }
div.DivClassName
{
background-color: #15D2AA;
}
.BgClassName
{
background-color: #15D2AA;
}
</style>
border-color css
<style>
span { border-color: #15D2AA; }
span { border-color: rgb(21,210,170); }
td.TdClassName
{
border-color: #15D2AA;
}
.TagClassName
{
border-color: #15D2AA;
}
</style>