Shades of Caribbean Green #15D4AA
Tints of Caribbean Green #15D4AA
RGB
CMYK
RGB Variations
Color information
#15D4AA (or 0x15D4AA) is known color: Caribbean Green. HEX triplet: 15, D4 and AA. RGB value is (21,212,170). Sum of RGB (Red+Green+Blue) = 21+212+170=403 (53% of max value = 765). Red value is 21 (8.59% from 255 or 5.21% from 403); Green value is 212 (83.20% from 255 or 52.61% from 403); Blue value is 170 (66.80% from 255 or 42.18% from 403); Max value from RGB is 212 - color contains mainly: green. Hex color #15D4AA is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #15D4AA is #EA2B55. Grayscale: #969696. Windows color (decimal): -15346518 or 11195413. OLE color: 11195413.
HSL color Cylindrical-coordinate representation of color #15D4AA: hue angle of 166.81º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #15D4AA is Cyan = 0.90, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 21 | 212 | 170 | - |
| CMYK | 0.90 | 0 | 0.20 | 0.17 |
| HSL | 166.81º | 0.82% | 0.46% | - |
| HSV(B) | 166.81º | 0.9% | 0.83% | - |
| XYZ | 31.11 | 50.15 | 46.07 | - |
| YUV | 150.1 | 139.22 | 35.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 212 | 170 | 0.90 | 0 | 0.20 | 0.17 | 166.81 | 0.82 | 0.46 |
| Hex | 15 | D4 | AA | 5A | 0 | 14 | 11 | A7 | 52 | 2E |
| Octal | 25 | 324 | 252 | 132 | 0 | 24 | 21 | 247 | 122 | 56 |
| Binary | 10101 | 11010100 | 10101010 | 1011010 | 0 | 10100 | 10001 | 10100111 | 1010010 | 101110 |
Color Harmonies of #15D4AA
Complementary color
Monochromatic Colors of #15D4AA
Black with #15D4AA
Text Example
Text Example
White with #15D4AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15D4AA; }
p { color: rgb(21,212,170); }
H1.HeaderClassName
{
color: #15D4AA;
}
.AnyTagClassName
{
color: #15D4AA;
}
</style>
background-color css
<style>
a { background-color: #15D4AA; }
a { background-color: rgb(21,212,170); }
div.DivClassName
{
background-color: #15D4AA;
}
.BgClassName
{
background-color: #15D4AA;
}
</style>
border-color css
<style>
span { border-color: #15D4AA; }
span { border-color: rgb(21,212,170); }
td.TdClassName
{
border-color: #15D4AA;
}
.TagClassName
{
border-color: #15D4AA;
}
</style>