Shades of Caribbean Green #15DCAF
Tints of Caribbean Green #15DCAF
RGB
CMYK
RGB Variations
Color information
#15DCAF (or 0x15DCAF) is known color: Caribbean Green. HEX triplet: 15, DC and AF. RGB value is (21,220,175). Sum of RGB (Red+Green+Blue) = 21+220+175=416 (55% of max value = 765). Red value is 21 (8.59% from 255 or 5.05% from 416); Green value is 220 (86.33% from 255 or 52.88% from 416); Blue value is 175 (68.75% from 255 or 42.07% from 416); Max value from RGB is 220 - color contains mainly: green. Hex color #15DCAF is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #15DCAF is #EA2350. Grayscale: #9B9B9B. Windows color (decimal): -15344465 or 11525141. OLE color: 11525141.
HSL color Cylindrical-coordinate representation of color #15DCAF: hue angle of 166.43º 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 #15DCAF is Cyan = 0.90, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 21 | 220 | 175 | - |
| CMYK | 0.90 | 0 | 0.20 | 0.14 |
| HSL | 166.43º | 0.83% | 0.47% | - |
| HSV(B) | 166.43º | 0.9% | 0.86% | - |
| XYZ | 33.64 | 54.44 | 49.29 | - |
| YUV | 155.37 | 139.07 | 32.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 220 | 175 | 0.90 | 0 | 0.20 | 0.14 | 166.43 | 0.83 | 0.47 |
| Hex | 15 | DC | AF | 5A | 0 | 14 | E | A6 | 53 | 2F |
| Octal | 25 | 334 | 257 | 132 | 0 | 24 | 16 | 246 | 123 | 57 |
| Binary | 10101 | 11011100 | 10101111 | 1011010 | 0 | 10100 | 1110 | 10100110 | 1010011 | 101111 |
Color Harmonies of #15DCAF
Complementary color
Monochromatic Colors of #15DCAF
Black with #15DCAF
Text Example
Text Example
White with #15DCAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15DCAF; }
p { color: rgb(21,220,175); }
H1.HeaderClassName
{
color: #15DCAF;
}
.AnyTagClassName
{
color: #15DCAF;
}
</style>
background-color css
<style>
a { background-color: #15DCAF; }
a { background-color: rgb(21,220,175); }
div.DivClassName
{
background-color: #15DCAF;
}
.BgClassName
{
background-color: #15DCAF;
}
</style>
border-color css
<style>
span { border-color: #15DCAF; }
span { border-color: rgb(21,220,175); }
td.TdClassName
{
border-color: #15DCAF;
}
.TagClassName
{
border-color: #15DCAF;
}
</style>