Shades of Caribbean Green #15E0AE
Tints of Caribbean Green #15E0AE
RGB
CMYK
RGB Variations
Color information
#15E0AE (or 0x15E0AE) is known color: Caribbean Green. HEX triplet: 15, E0 and AE. RGB value is (21,224,174). Sum of RGB (Red+Green+Blue) = 21+224+174=419 (55% of max value = 765). Red value is 21 (8.59% from 255 or 5.01% from 419); Green value is 224 (87.89% from 255 or 53.46% from 419); Blue value is 174 (68.36% from 255 or 41.53% from 419); Max value from RGB is 224 - color contains mainly: green. Hex color #15E0AE is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #15E0AE is #EA1F51. Grayscale: #9D9D9D. Windows color (decimal): -15343442 or 11460629. OLE color: 11460629.
HSL color Cylindrical-coordinate representation of color #15E0AE: hue angle of 165.22º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #15E0AE is Cyan = 0.91, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 21 | 224 | 174 | - |
| CMYK | 0.91 | 0 | 0.22 | 0.12 |
| HSL | 165.22º | 0.83% | 0.48% | - |
| HSV(B) | 165.22º | 0.91% | 0.88% | - |
| XYZ | 34.6 | 56.53 | 49.13 | - |
| YUV | 157.6 | 137.25 | 30.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 224 | 174 | 0.91 | 0 | 0.22 | 0.12 | 165.22 | 0.83 | 0.48 |
| Hex | 15 | E0 | AE | 5B | 0 | 16 | C | A5 | 53 | 30 |
| Octal | 25 | 340 | 256 | 133 | 0 | 26 | 14 | 245 | 123 | 60 |
| Binary | 10101 | 11100000 | 10101110 | 1011011 | 0 | 10110 | 1100 | 10100101 | 1010011 | 110000 |
Color Harmonies of #15E0AE
Complementary color
Monochromatic Colors of #15E0AE
Black with #15E0AE
Text Example
Text Example
White with #15E0AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15E0AE; }
p { color: rgb(21,224,174); }
H1.HeaderClassName
{
color: #15E0AE;
}
.AnyTagClassName
{
color: #15E0AE;
}
</style>
background-color css
<style>
a { background-color: #15E0AE; }
a { background-color: rgb(21,224,174); }
div.DivClassName
{
background-color: #15E0AE;
}
.BgClassName
{
background-color: #15E0AE;
}
</style>
border-color css
<style>
span { border-color: #15E0AE; }
span { border-color: rgb(21,224,174); }
td.TdClassName
{
border-color: #15E0AE;
}
.TagClassName
{
border-color: #15E0AE;
}
</style>