Shades of Caribbean Green #15DBA5
Tints of Caribbean Green #15DBA5
RGB
CMYK
RGB Variations
Color information
#15DBA5 (or 0x15DBA5) is known color: Caribbean Green. HEX triplet: 15, DB and A5. RGB value is (21,219,165). Sum of RGB (Red+Green+Blue) = 21+219+165=405 (53% of max value = 765). Red value is 21 (8.59% from 255 or 5.19% from 405); Green value is 219 (85.94% from 255 or 54.07% from 405); Blue value is 165 (64.84% from 255 or 40.74% from 405); Max value from RGB is 219 - color contains mainly: green. Hex color #15DBA5 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #15DBA5 is #EA245A. Grayscale: #999999. Windows color (decimal): -15344731 or 10869525. OLE color: 10869525.
HSL color Cylindrical-coordinate representation of color #15DBA5: hue angle of 163.64º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #15DBA5 is Cyan = 0.90, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 21 | 219 | 165 | - |
| CMYK | 0.90 | 0 | 0.25 | 0.14 |
| HSL | 163.64º | 0.83% | 0.47% | - |
| HSV(B) | 163.64º | 0.9% | 0.86% | - |
| XYZ | 32.43 | 53.54 | 44.22 | - |
| YUV | 153.64 | 134.4 | 33.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 219 | 165 | 0.90 | 0 | 0.25 | 0.14 | 163.64 | 0.83 | 0.47 |
| Hex | 15 | DB | A5 | 5A | 0 | 19 | E | A4 | 52 | 2F |
| Octal | 25 | 333 | 245 | 132 | 0 | 31 | 16 | 244 | 122 | 57 |
| Binary | 10101 | 11011011 | 10100101 | 1011010 | 0 | 11001 | 1110 | 10100100 | 1010010 | 101111 |
Color Harmonies of #15DBA5
Complementary color
Monochromatic Colors of #15DBA5
Black with #15DBA5
Text Example
Text Example
White with #15DBA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15DBA5; }
p { color: rgb(21,219,165); }
H1.HeaderClassName
{
color: #15DBA5;
}
.AnyTagClassName
{
color: #15DBA5;
}
</style>
background-color css
<style>
a { background-color: #15DBA5; }
a { background-color: rgb(21,219,165); }
div.DivClassName
{
background-color: #15DBA5;
}
.BgClassName
{
background-color: #15DBA5;
}
</style>
border-color css
<style>
span { border-color: #15DBA5; }
span { border-color: rgb(21,219,165); }
td.TdClassName
{
border-color: #15DBA5;
}
.TagClassName
{
border-color: #15DBA5;
}
</style>