Shades of Caribbean Green #15D2AC
Tints of Caribbean Green #15D2AC
RGB
CMYK
RGB Variations
Color information
#15D2AC (or 0x15D2AC) is known color: Caribbean Green. HEX triplet: 15, D2 and AC. RGB value is (21,210,172). Sum of RGB (Red+Green+Blue) = 21+210+172=403 (53% of max value = 765). Red value is 21 (8.59% from 255 or 5.21% from 403); Green value is 210 (82.42% from 255 or 52.11% from 403); Blue value is 172 (67.58% from 255 or 42.68% from 403); Max value from RGB is 210 - color contains mainly: green. Hex color #15D2AC is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #15D2AC is #EA2D53. Grayscale: #959595. Windows color (decimal): -15347028 or 11325973. OLE color: 11325973.
HSL color Cylindrical-coordinate representation of color #15D2AC: hue angle of 167.94º 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 #15D2AC is Cyan = 0.90, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 21 | 210 | 172 | - |
| CMYK | 0.90 | 0 | 0.18 | 0.18 |
| HSL | 167.94º | 0.82% | 0.45% | - |
| HSV(B) | 167.94º | 0.9% | 0.82% | - |
| XYZ | 30.8 | 49.23 | 46.91 | - |
| YUV | 149.16 | 140.88 | 36.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 210 | 172 | 0.90 | 0 | 0.18 | 0.18 | 167.94 | 0.82 | 0.45 |
| Hex | 15 | D2 | AC | 5A | 0 | 12 | 12 | A8 | 52 | 2D |
| Octal | 25 | 322 | 254 | 132 | 0 | 22 | 22 | 250 | 122 | 55 |
| Binary | 10101 | 11010010 | 10101100 | 1011010 | 0 | 10010 | 10010 | 10101000 | 1010010 | 101101 |
Color Harmonies of #15D2AC
Complementary color
Monochromatic Colors of #15D2AC
Black with #15D2AC
Text Example
Text Example
White with #15D2AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15D2AC; }
p { color: rgb(21,210,172); }
H1.HeaderClassName
{
color: #15D2AC;
}
.AnyTagClassName
{
color: #15D2AC;
}
</style>
background-color css
<style>
a { background-color: #15D2AC; }
a { background-color: rgb(21,210,172); }
div.DivClassName
{
background-color: #15D2AC;
}
.BgClassName
{
background-color: #15D2AC;
}
</style>
border-color css
<style>
span { border-color: #15D2AC; }
span { border-color: rgb(21,210,172); }
td.TdClassName
{
border-color: #15D2AC;
}
.TagClassName
{
border-color: #15D2AC;
}
</style>