Shades of Caribbean Green #14DDA6
Tints of Caribbean Green #14DDA6
RGB
CMYK
RGB Variations
Color information
#14DDA6 (or 0x14DDA6) is known color: Caribbean Green. HEX triplet: 14, DD and A6. RGB value is (20,221,166). Sum of RGB (Red+Green+Blue) = 20+221+166=407 (53% of max value = 765). Red value is 20 (8.20% from 255 or 4.91% from 407); Green value is 221 (86.72% from 255 or 54.30% from 407); Blue value is 166 (65.23% from 255 or 40.79% from 407); Max value from RGB is 221 - color contains mainly: green. Hex color #14DDA6 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #14DDA6 is #EB2259. Grayscale: #9A9A9A. Windows color (decimal): -15409754 or 10935572. OLE color: 10935572.
HSL color Cylindrical-coordinate representation of color #14DDA6: hue angle of 163.58º 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 #14DDA6 is Cyan = 0.91, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 20 | 221 | 166 | - |
| CMYK | 0.91 | 0 | 0.25 | 0.13 |
| HSL | 163.58º | 0.83% | 0.47% | - |
| HSV(B) | 163.58º | 0.91% | 0.87% | - |
| XYZ | 33.03 | 54.61 | 44.88 | - |
| YUV | 154.63 | 134.41 | 31.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 221 | 166 | 0.91 | 0 | 0.25 | 0.13 | 163.58 | 0.83 | 0.47 |
| Hex | 14 | DD | A6 | 5B | 0 | 19 | D | A4 | 53 | 2F |
| Octal | 24 | 335 | 246 | 133 | 0 | 31 | 15 | 244 | 123 | 57 |
| Binary | 10100 | 11011101 | 10100110 | 1011011 | 0 | 11001 | 1101 | 10100100 | 1010011 | 101111 |
Color Harmonies of #14DDA6
Complementary color
Monochromatic Colors of #14DDA6
Black with #14DDA6
Text Example
Text Example
White with #14DDA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14DDA6; }
p { color: rgb(20,221,166); }
H1.HeaderClassName
{
color: #14DDA6;
}
.AnyTagClassName
{
color: #14DDA6;
}
</style>
background-color css
<style>
a { background-color: #14DDA6; }
a { background-color: rgb(20,221,166); }
div.DivClassName
{
background-color: #14DDA6;
}
.BgClassName
{
background-color: #14DDA6;
}
</style>
border-color css
<style>
span { border-color: #14DDA6; }
span { border-color: rgb(20,221,166); }
td.TdClassName
{
border-color: #14DDA6;
}
.TagClassName
{
border-color: #14DDA6;
}
</style>