Shades of Caribbean Green #15D5AF
Tints of Caribbean Green #15D5AF
RGB
CMYK
RGB Variations
Color information
#15D5AF (or 0x15D5AF) is known color: Caribbean Green. HEX triplet: 15, D5 and AF. RGB value is (21,213,175). Sum of RGB (Red+Green+Blue) = 21+213+175=409 (54% of max value = 765). Red value is 21 (8.59% from 255 or 5.13% from 409); Green value is 213 (83.59% from 255 or 52.08% from 409); Blue value is 175 (68.75% from 255 or 42.79% from 409); Max value from RGB is 213 - color contains mainly: green. Hex color #15D5AF is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #15D5AF is #EA2A50. Grayscale: #979797. Windows color (decimal): -15346257 or 11523349. OLE color: 11523349.
HSL color Cylindrical-coordinate representation of color #15D5AF: hue angle of 168.12º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #15D5AF is Cyan = 0.90, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 21 | 213 | 175 | - |
| CMYK | 0.90 | 0 | 0.18 | 0.16 |
| HSL | 168.13º | 0.82% | 0.46% | - |
| HSV(B) | 168.13º | 0.9% | 0.84% | - |
| XYZ | 31.84 | 50.84 | 48.69 | - |
| YUV | 151.26 | 141.39 | 35.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 213 | 175 | 0.90 | 0 | 0.18 | 0.16 | 168.13 | 0.82 | 0.46 |
| Hex | 15 | D5 | AF | 5A | 0 | 12 | 10 | A8 | 52 | 2E |
| Octal | 25 | 325 | 257 | 132 | 0 | 22 | 20 | 250 | 122 | 56 |
| Binary | 10101 | 11010101 | 10101111 | 1011010 | 0 | 10010 | 10000 | 10101000 | 1010010 | 101110 |
Color Harmonies of #15D5AF
Complementary color
Monochromatic Colors of #15D5AF
Black with #15D5AF
Text Example
Text Example
White with #15D5AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15D5AF; }
p { color: rgb(21,213,175); }
H1.HeaderClassName
{
color: #15D5AF;
}
.AnyTagClassName
{
color: #15D5AF;
}
</style>
background-color css
<style>
a { background-color: #15D5AF; }
a { background-color: rgb(21,213,175); }
div.DivClassName
{
background-color: #15D5AF;
}
.BgClassName
{
background-color: #15D5AF;
}
</style>
border-color css
<style>
span { border-color: #15D5AF; }
span { border-color: rgb(21,213,175); }
td.TdClassName
{
border-color: #15D5AF;
}
.TagClassName
{
border-color: #15D5AF;
}
</style>