Shades of Caribbean Green #13E0AE
Tints of Caribbean Green #13E0AE
RGB
CMYK
RGB Variations
Color information
#13E0AE (or 0x13E0AE) is known color: Caribbean Green. HEX triplet: 13, E0 and AE. RGB value is (19,224,174). Sum of RGB (Red+Green+Blue) = 19+224+174=417 (55% of max value = 765). Red value is 19 (7.81% from 255 or 4.56% from 417); Green value is 224 (87.89% from 255 or 53.72% from 417); Blue value is 174 (68.36% from 255 or 41.73% from 417); Max value from RGB is 224 - color contains mainly: green. Hex color #13E0AE is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #13E0AE is #EC1F51. Grayscale: #9D9D9D. Windows color (decimal): -15474514 or 11460627. OLE color: 11460627.
HSL color Cylindrical-coordinate representation of color #13E0AE: hue angle of 165.37º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #13E0AE is Cyan = 0.92, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 19 | 224 | 174 | - |
| CMYK | 0.92 | 0 | 0.22 | 0.12 |
| HSL | 165.37º | 0.84% | 0.48% | - |
| HSV(B) | 165.37º | 0.92% | 0.88% | - |
| XYZ | 34.56 | 56.51 | 49.13 | - |
| YUV | 157.01 | 137.58 | 29.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 224 | 174 | 0.92 | 0 | 0.22 | 0.12 | 165.37 | 0.84 | 0.48 |
| Hex | 13 | E0 | AE | 5C | 0 | 16 | C | A5 | 54 | 30 |
| Octal | 23 | 340 | 256 | 134 | 0 | 26 | 14 | 245 | 124 | 60 |
| Binary | 10011 | 11100000 | 10101110 | 1011100 | 0 | 10110 | 1100 | 10100101 | 1010100 | 110000 |
Color Harmonies of #13E0AE
Complementary color
Monochromatic Colors of #13E0AE
Black with #13E0AE
Text Example
Text Example
White with #13E0AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13E0AE; }
p { color: rgb(19,224,174); }
H1.HeaderClassName
{
color: #13E0AE;
}
.AnyTagClassName
{
color: #13E0AE;
}
</style>
background-color css
<style>
a { background-color: #13E0AE; }
a { background-color: rgb(19,224,174); }
div.DivClassName
{
background-color: #13E0AE;
}
.BgClassName
{
background-color: #13E0AE;
}
</style>
border-color css
<style>
span { border-color: #13E0AE; }
span { border-color: rgb(19,224,174); }
td.TdClassName
{
border-color: #13E0AE;
}
.TagClassName
{
border-color: #13E0AE;
}
</style>