Shades of Caribbean Green #14D6A2
Tints of Caribbean Green #14D6A2
RGB
CMYK
RGB Variations
Color information
#14D6A2 (or 0x14D6A2) is known color: Caribbean Green. HEX triplet: 14, D6 and A2. RGB value is (20,214,162). Sum of RGB (Red+Green+Blue) = 20+214+162=396 (52% of max value = 765). Red value is 20 (8.20% from 255 or 5.05% from 396); Green value is 214 (83.98% from 255 or 54.04% from 396); Blue value is 162 (63.67% from 255 or 40.91% from 396); Max value from RGB is 214 - color contains mainly: green. Hex color #14D6A2 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #14D6A2 is #EB295D. Grayscale: #969696. Windows color (decimal): -15411550 or 10671636. OLE color: 10671636.
HSL color Cylindrical-coordinate representation of color #14D6A2: hue angle of 163.92º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #14D6A2 is Cyan = 0.91, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 20 | 214 | 162 | - |
| CMYK | 0.91 | 0 | 0.24 | 0.16 |
| HSL | 163.92º | 0.83% | 0.46% | - |
| HSV(B) | 163.92º | 0.91% | 0.84% | - |
| XYZ | 30.86 | 50.85 | 42.37 | - |
| YUV | 150.07 | 134.73 | 35.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 214 | 162 | 0.91 | 0 | 0.24 | 0.16 | 163.92 | 0.83 | 0.46 |
| Hex | 14 | D6 | A2 | 5B | 0 | 18 | 10 | A4 | 53 | 2E |
| Octal | 24 | 326 | 242 | 133 | 0 | 30 | 20 | 244 | 123 | 56 |
| Binary | 10100 | 11010110 | 10100010 | 1011011 | 0 | 11000 | 10000 | 10100100 | 1010011 | 101110 |
Color Harmonies of #14D6A2
Complementary color
Monochromatic Colors of #14D6A2
Black with #14D6A2
Text Example
Text Example
White with #14D6A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14D6A2; }
p { color: rgb(20,214,162); }
H1.HeaderClassName
{
color: #14D6A2;
}
.AnyTagClassName
{
color: #14D6A2;
}
</style>
background-color css
<style>
a { background-color: #14D6A2; }
a { background-color: rgb(20,214,162); }
div.DivClassName
{
background-color: #14D6A2;
}
.BgClassName
{
background-color: #14D6A2;
}
</style>
border-color css
<style>
span { border-color: #14D6A2; }
span { border-color: rgb(20,214,162); }
td.TdClassName
{
border-color: #14D6A2;
}
.TagClassName
{
border-color: #14D6A2;
}
</style>