Shades of Caribbean Green #14DEAB
Tints of Caribbean Green #14DEAB
RGB
CMYK
RGB Variations
Color information
#14DEAB (or 0x14DEAB) is known color: Caribbean Green. HEX triplet: 14, DE and AB. RGB value is (20,222,171). Sum of RGB (Red+Green+Blue) = 20+222+171=413 (54% of max value = 765). Red value is 20 (8.20% from 255 or 4.84% from 413); Green value is 222 (87.11% from 255 or 53.75% from 413); Blue value is 171 (67.19% from 255 or 41.40% from 413); Max value from RGB is 222 - color contains mainly: green. Hex color #14DEAB is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #14DEAB is #EB2154. Grayscale: #9B9B9B. Windows color (decimal): -15409493 or 11263508. OLE color: 11263508.
HSL color Cylindrical-coordinate representation of color #14DEAB: hue angle of 164.85º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #14DEAB is Cyan = 0.91, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 20 | 222 | 171 | - |
| CMYK | 0.91 | 0 | 0.23 | 0.13 |
| HSL | 164.85º | 0.83% | 0.47% | - |
| HSV(B) | 164.85º | 0.91% | 0.87% | - |
| XYZ | 33.76 | 55.33 | 47.43 | - |
| YUV | 155.79 | 136.58 | 31.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 222 | 171 | 0.91 | 0 | 0.23 | 0.13 | 164.85 | 0.83 | 0.47 |
| Hex | 14 | DE | AB | 5B | 0 | 17 | D | A5 | 53 | 2F |
| Octal | 24 | 336 | 253 | 133 | 0 | 27 | 15 | 245 | 123 | 57 |
| Binary | 10100 | 11011110 | 10101011 | 1011011 | 0 | 10111 | 1101 | 10100101 | 1010011 | 101111 |
Color Harmonies of #14DEAB
Complementary color
Monochromatic Colors of #14DEAB
Black with #14DEAB
Text Example
Text Example
White with #14DEAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14DEAB; }
p { color: rgb(20,222,171); }
H1.HeaderClassName
{
color: #14DEAB;
}
.AnyTagClassName
{
color: #14DEAB;
}
</style>
background-color css
<style>
a { background-color: #14DEAB; }
a { background-color: rgb(20,222,171); }
div.DivClassName
{
background-color: #14DEAB;
}
.BgClassName
{
background-color: #14DEAB;
}
</style>
border-color css
<style>
span { border-color: #14DEAB; }
span { border-color: rgb(20,222,171); }
td.TdClassName
{
border-color: #14DEAB;
}
.TagClassName
{
border-color: #14DEAB;
}
</style>