Shades of Caribbean Green #14D4A1
Tints of Caribbean Green #14D4A1
RGB
CMYK
RGB Variations
Color information
#14D4A1 (or 0x14D4A1) is known color: Caribbean Green. HEX triplet: 14, D4 and A1. RGB value is (20,212,161). Sum of RGB (Red+Green+Blue) = 20+212+161=393 (52% of max value = 765). Red value is 20 (8.20% from 255 or 5.09% from 393); Green value is 212 (83.20% from 255 or 53.94% from 393); Blue value is 161 (63.28% from 255 or 40.97% from 393); Max value from RGB is 212 - color contains mainly: green. Hex color #14D4A1 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #14D4A1 is #EB2B5E. Grayscale: #949494. Windows color (decimal): -15412063 or 10605588. OLE color: 10605588.
HSL color Cylindrical-coordinate representation of color #14D4A1: hue angle of 164.06º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #14D4A1 is Cyan = 0.91, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 20 | 212 | 161 | - |
| CMYK | 0.91 | 0 | 0.24 | 0.17 |
| HSL | 164.06º | 0.83% | 0.45% | - |
| HSV(B) | 164.06º | 0.91% | 0.83% | - |
| XYZ | 30.27 | 49.81 | 41.74 | - |
| YUV | 148.78 | 134.89 | 36.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 212 | 161 | 0.91 | 0 | 0.24 | 0.17 | 164.06 | 0.83 | 0.45 |
| Hex | 14 | D4 | A1 | 5B | 0 | 18 | 11 | A4 | 53 | 2D |
| Octal | 24 | 324 | 241 | 133 | 0 | 30 | 21 | 244 | 123 | 55 |
| Binary | 10100 | 11010100 | 10100001 | 1011011 | 0 | 11000 | 10001 | 10100100 | 1010011 | 101101 |
Color Harmonies of #14D4A1
Complementary color
Monochromatic Colors of #14D4A1
Black with #14D4A1
Text Example
Text Example
White with #14D4A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14D4A1; }
p { color: rgb(20,212,161); }
H1.HeaderClassName
{
color: #14D4A1;
}
.AnyTagClassName
{
color: #14D4A1;
}
</style>
background-color css
<style>
a { background-color: #14D4A1; }
a { background-color: rgb(20,212,161); }
div.DivClassName
{
background-color: #14D4A1;
}
.BgClassName
{
background-color: #14D4A1;
}
</style>
border-color css
<style>
span { border-color: #14D4A1; }
span { border-color: rgb(20,212,161); }
td.TdClassName
{
border-color: #14D4A1;
}
.TagClassName
{
border-color: #14D4A1;
}
</style>