Shades of Caribbean Green #15D8AC
Tints of Caribbean Green #15D8AC
RGB
CMYK
RGB Variations
Color information
#15D8AC (or 0x15D8AC) is known color: Caribbean Green. HEX triplet: 15, D8 and AC. RGB value is (21,216,172). Sum of RGB (Red+Green+Blue) = 21+216+172=409 (54% of max value = 765). Red value is 21 (8.59% from 255 or 5.13% from 409); Green value is 216 (84.77% from 255 or 52.81% from 409); Blue value is 172 (67.58% from 255 or 42.05% from 409); Max value from RGB is 216 - color contains mainly: green. Hex color #15D8AC is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #15D8AC is #EA2753. Grayscale: #989898. Windows color (decimal): -15345492 or 11327509. OLE color: 11327509.
HSL color Cylindrical-coordinate representation of color #15D8AC: hue angle of 166.46º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #15D8AC is Cyan = 0.90, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 21 | 216 | 172 | - |
| CMYK | 0.90 | 0 | 0.20 | 0.15 |
| HSL | 166.46º | 0.82% | 0.46% | - |
| HSV(B) | 166.46º | 0.9% | 0.85% | - |
| XYZ | 32.31 | 52.25 | 47.41 | - |
| YUV | 152.68 | 138.9 | 34.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 216 | 172 | 0.90 | 0 | 0.20 | 0.15 | 166.46 | 0.82 | 0.46 |
| Hex | 15 | D8 | AC | 5A | 0 | 14 | F | A6 | 52 | 2E |
| Octal | 25 | 330 | 254 | 132 | 0 | 24 | 17 | 246 | 122 | 56 |
| Binary | 10101 | 11011000 | 10101100 | 1011010 | 0 | 10100 | 1111 | 10100110 | 1010010 | 101110 |
Color Harmonies of #15D8AC
Complementary color
Monochromatic Colors of #15D8AC
Black with #15D8AC
Text Example
Text Example
White with #15D8AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15D8AC; }
p { color: rgb(21,216,172); }
H1.HeaderClassName
{
color: #15D8AC;
}
.AnyTagClassName
{
color: #15D8AC;
}
</style>
background-color css
<style>
a { background-color: #15D8AC; }
a { background-color: rgb(21,216,172); }
div.DivClassName
{
background-color: #15D8AC;
}
.BgClassName
{
background-color: #15D8AC;
}
</style>
border-color css
<style>
span { border-color: #15D8AC; }
span { border-color: rgb(21,216,172); }
td.TdClassName
{
border-color: #15D8AC;
}
.TagClassName
{
border-color: #15D8AC;
}
</style>