Shades of Caribbean Green #15DCB5
Tints of Caribbean Green #15DCB5
RGB
CMYK
RGB Variations
Color information
#15DCB5 (or 0x15DCB5) is known color: Caribbean Green. HEX triplet: 15, DC and B5. RGB value is (21,220,181). Sum of RGB (Red+Green+Blue) = 21+220+181=422 (55% of max value = 765). Red value is 21 (8.59% from 255 or 4.98% from 422); Green value is 220 (86.33% from 255 or 52.13% from 422); Blue value is 181 (71.09% from 255 or 42.89% from 422); Max value from RGB is 220 - color contains mainly: green. Hex color #15DCB5 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #15DCB5 is #EA234A. Grayscale: #9C9C9C. Windows color (decimal): -15344459 or 11918357. OLE color: 11918357.
HSL color Cylindrical-coordinate representation of color #15DCB5: hue angle of 168.24º degrees, saturation: 0.83, 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 #15DCB5 is Cyan = 0.90, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 21 | 220 | 181 | - |
| CMYK | 0.90 | 0 | 0.18 | 0.14 |
| HSL | 168.24º | 0.83% | 0.47% | - |
| HSV(B) | 168.24º | 0.9% | 0.86% | - |
| XYZ | 34.24 | 54.68 | 52.47 | - |
| YUV | 156.05 | 142.07 | 31.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 220 | 181 | 0.90 | 0 | 0.18 | 0.14 | 168.24 | 0.83 | 0.47 |
| Hex | 15 | DC | B5 | 5A | 0 | 12 | E | A8 | 53 | 2F |
| Octal | 25 | 334 | 265 | 132 | 0 | 22 | 16 | 250 | 123 | 57 |
| Binary | 10101 | 11011100 | 10110101 | 1011010 | 0 | 10010 | 1110 | 10101000 | 1010011 | 101111 |
Color Harmonies of #15DCB5
Complementary color
Monochromatic Colors of #15DCB5
Black with #15DCB5
Text Example
Text Example
White with #15DCB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15DCB5; }
p { color: rgb(21,220,181); }
H1.HeaderClassName
{
color: #15DCB5;
}
.AnyTagClassName
{
color: #15DCB5;
}
</style>
background-color css
<style>
a { background-color: #15DCB5; }
a { background-color: rgb(21,220,181); }
div.DivClassName
{
background-color: #15DCB5;
}
.BgClassName
{
background-color: #15DCB5;
}
</style>
border-color css
<style>
span { border-color: #15DCB5; }
span { border-color: rgb(21,220,181); }
td.TdClassName
{
border-color: #15DCB5;
}
.TagClassName
{
border-color: #15DCB5;
}
</style>