Shades of Caribbean Green #15DEAA
Tints of Caribbean Green #15DEAA
RGB
CMYK
RGB Variations
Color information
#15DEAA (or 0x15DEAA) is known color: Caribbean Green. HEX triplet: 15, DE and AA. RGB value is (21,222,170). Sum of RGB (Red+Green+Blue) = 21+222+170=413 (54% of max value = 765). Red value is 21 (8.59% from 255 or 5.08% from 413); Green value is 222 (87.11% from 255 or 53.75% from 413); Blue value is 170 (66.80% from 255 or 41.16% from 413); Max value from RGB is 222 - color contains mainly: green. Hex color #15DEAA is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #15DEAA is #EA2155. Grayscale: #9B9B9B. Windows color (decimal): -15343958 or 11197973. OLE color: 11197973.
HSL color Cylindrical-coordinate representation of color #15DEAA: hue angle of 164.48º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #15DEAA is Cyan = 0.91, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 21 | 222 | 170 | - |
| CMYK | 0.91 | 0 | 0.23 | 0.13 |
| HSL | 164.48º | 0.83% | 0.48% | - |
| HSV(B) | 164.48º | 0.91% | 0.87% | - |
| XYZ | 33.69 | 55.3 | 46.93 | - |
| YUV | 155.97 | 135.91 | 31.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 222 | 170 | 0.91 | 0 | 0.23 | 0.13 | 164.48 | 0.83 | 0.48 |
| Hex | 15 | DE | AA | 5B | 0 | 17 | D | A4 | 53 | 30 |
| Octal | 25 | 336 | 252 | 133 | 0 | 27 | 15 | 244 | 123 | 60 |
| Binary | 10101 | 11011110 | 10101010 | 1011011 | 0 | 10111 | 1101 | 10100100 | 1010011 | 110000 |
Color Harmonies of #15DEAA
Complementary color
Monochromatic Colors of #15DEAA
Black with #15DEAA
Text Example
Text Example
White with #15DEAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15DEAA; }
p { color: rgb(21,222,170); }
H1.HeaderClassName
{
color: #15DEAA;
}
.AnyTagClassName
{
color: #15DEAA;
}
</style>
background-color css
<style>
a { background-color: #15DEAA; }
a { background-color: rgb(21,222,170); }
div.DivClassName
{
background-color: #15DEAA;
}
.BgClassName
{
background-color: #15DEAA;
}
</style>
border-color css
<style>
span { border-color: #15DEAA; }
span { border-color: rgb(21,222,170); }
td.TdClassName
{
border-color: #15DEAA;
}
.TagClassName
{
border-color: #15DEAA;
}
</style>