Shades of Caribbean Green #15DA9C
Tints of Caribbean Green #15DA9C
RGB
CMYK
RGB Variations
Color information
#15DA9C (or 0x15DA9C) is known color: Caribbean Green. HEX triplet: 15, DA and 9C. RGB value is (21,218,156). Sum of RGB (Red+Green+Blue) = 21+218+156=395 (52% of max value = 765). Red value is 21 (8.59% from 255 or 5.32% from 395); Green value is 218 (85.55% from 255 or 55.19% from 395); Blue value is 156 (61.33% from 255 or 39.49% from 395); Max value from RGB is 218 - color contains mainly: green. Hex color #15DA9C is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #15DA9C is #EA2563. Grayscale: #989898. Windows color (decimal): -15344996 or 10279445. OLE color: 10279445.
HSL color Cylindrical-coordinate representation of color #15DA9C: hue angle of 161.12º 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 #15DA9C is Cyan = 0.90, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 21 | 218 | 156 | - |
| CMYK | 0.90 | 0 | 0.28 | 0.15 |
| HSL | 161.12º | 0.82% | 0.47% | - |
| HSV(B) | 161.12º | 0.9% | 0.85% | - |
| XYZ | 31.38 | 52.7 | 39.97 | - |
| YUV | 152.03 | 130.23 | 34.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 218 | 156 | 0.90 | 0 | 0.28 | 0.15 | 161.12 | 0.82 | 0.47 |
| Hex | 15 | DA | 9C | 5A | 0 | 1C | F | A1 | 52 | 2F |
| Octal | 25 | 332 | 234 | 132 | 0 | 34 | 17 | 241 | 122 | 57 |
| Binary | 10101 | 11011010 | 10011100 | 1011010 | 0 | 11100 | 1111 | 10100001 | 1010010 | 101111 |
Color Harmonies of #15DA9C
Complementary color
Monochromatic Colors of #15DA9C
Black with #15DA9C
Text Example
Text Example
White with #15DA9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15DA9C; }
p { color: rgb(21,218,156); }
H1.HeaderClassName
{
color: #15DA9C;
}
.AnyTagClassName
{
color: #15DA9C;
}
</style>
background-color css
<style>
a { background-color: #15DA9C; }
a { background-color: rgb(21,218,156); }
div.DivClassName
{
background-color: #15DA9C;
}
.BgClassName
{
background-color: #15DA9C;
}
</style>
border-color css
<style>
span { border-color: #15DA9C; }
span { border-color: rgb(21,218,156); }
td.TdClassName
{
border-color: #15DA9C;
}
.TagClassName
{
border-color: #15DA9C;
}
</style>