Shades of Caribbean Green #14DEAF
Tints of Caribbean Green #14DEAF
RGB
CMYK
RGB Variations
Color information
#14DEAF (or 0x14DEAF) is known color: Caribbean Green. HEX triplet: 14, DE and AF. RGB value is (20,222,175). Sum of RGB (Red+Green+Blue) = 20+222+175=417 (55% of max value = 765). Red value is 20 (8.20% from 255 or 4.80% from 417); Green value is 222 (87.11% from 255 or 53.24% from 417); Blue value is 175 (68.75% from 255 or 41.97% from 417); Max value from RGB is 222 - color contains mainly: green. Hex color #14DEAF is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #14DEAF is #EB2150. Grayscale: #9C9C9C. Windows color (decimal): -15409489 or 11525652. OLE color: 11525652.
HSL color Cylindrical-coordinate representation of color #14DEAF: hue angle of 166.04º 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 #14DEAF is Cyan = 0.91, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 20 | 222 | 175 | - |
| CMYK | 0.91 | 0 | 0.21 | 0.13 |
| HSL | 166.04º | 0.83% | 0.47% | - |
| HSV(B) | 166.04º | 0.91% | 0.87% | - |
| XYZ | 34.15 | 55.49 | 49.47 | - |
| YUV | 156.24 | 138.58 | 30.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 222 | 175 | 0.91 | 0 | 0.21 | 0.13 | 166.04 | 0.83 | 0.47 |
| Hex | 14 | DE | AF | 5B | 0 | 15 | D | A6 | 53 | 2F |
| Octal | 24 | 336 | 257 | 133 | 0 | 25 | 15 | 246 | 123 | 57 |
| Binary | 10100 | 11011110 | 10101111 | 1011011 | 0 | 10101 | 1101 | 10100110 | 1010011 | 101111 |
Color Harmonies of #14DEAF
Complementary color
Monochromatic Colors of #14DEAF
Black with #14DEAF
Text Example
Text Example
White with #14DEAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14DEAF; }
p { color: rgb(20,222,175); }
H1.HeaderClassName
{
color: #14DEAF;
}
.AnyTagClassName
{
color: #14DEAF;
}
</style>
background-color css
<style>
a { background-color: #14DEAF; }
a { background-color: rgb(20,222,175); }
div.DivClassName
{
background-color: #14DEAF;
}
.BgClassName
{
background-color: #14DEAF;
}
</style>
border-color css
<style>
span { border-color: #14DEAF; }
span { border-color: rgb(20,222,175); }
td.TdClassName
{
border-color: #14DEAF;
}
.TagClassName
{
border-color: #14DEAF;
}
</style>