Shades of Caribbean Green #14E3AF
Tints of Caribbean Green #14E3AF
RGB
CMYK
RGB Variations
Color information
#14E3AF (or 0x14E3AF) is known color: Caribbean Green. HEX triplet: 14, E3 and AF. RGB value is (20,227,175). Sum of RGB (Red+Green+Blue) = 20+227+175=422 (55% of max value = 765). Red value is 20 (8.20% from 255 or 4.74% from 422); Green value is 227 (89.06% from 255 or 53.79% from 422); Blue value is 175 (68.75% from 255 or 41.47% from 422); Max value from RGB is 227 - color contains mainly: green. Hex color #14E3AF is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #14E3AF is #EB1C50. Grayscale: #9F9F9F. Windows color (decimal): -15408209 or 11526932. OLE color: 11526932.
HSL color Cylindrical-coordinate representation of color #14E3AF: hue angle of 164.93º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #14E3AF is Cyan = 0.91, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 20 | 227 | 175 | - |
| CMYK | 0.91 | 0 | 0.23 | 0.11 |
| HSL | 164.93º | 0.84% | 0.48% | - |
| HSV(B) | 164.93º | 0.91% | 0.89% | - |
| XYZ | 35.5 | 58.18 | 49.92 | - |
| YUV | 159.18 | 136.92 | 28.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 227 | 175 | 0.91 | 0 | 0.23 | 0.11 | 164.93 | 0.84 | 0.48 |
| Hex | 14 | E3 | AF | 5B | 0 | 17 | B | A5 | 54 | 30 |
| Octal | 24 | 343 | 257 | 133 | 0 | 27 | 13 | 245 | 124 | 60 |
| Binary | 10100 | 11100011 | 10101111 | 1011011 | 0 | 10111 | 1011 | 10100101 | 1010100 | 110000 |
Color Harmonies of #14E3AF
Complementary color
Monochromatic Colors of #14E3AF
Black with #14E3AF
Text Example
Text Example
White with #14E3AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14E3AF; }
p { color: rgb(20,227,175); }
H1.HeaderClassName
{
color: #14E3AF;
}
.AnyTagClassName
{
color: #14E3AF;
}
</style>
background-color css
<style>
a { background-color: #14E3AF; }
a { background-color: rgb(20,227,175); }
div.DivClassName
{
background-color: #14E3AF;
}
.BgClassName
{
background-color: #14E3AF;
}
</style>
border-color css
<style>
span { border-color: #14E3AF; }
span { border-color: rgb(20,227,175); }
td.TdClassName
{
border-color: #14E3AF;
}
.TagClassName
{
border-color: #14E3AF;
}
</style>