Shades of Caribbean Green #14DDA2
Tints of Caribbean Green #14DDA2
RGB
CMYK
RGB Variations
Color information
#14DDA2 (or 0x14DDA2) is known color: Caribbean Green. HEX triplet: 14, DD and A2. RGB value is (20,221,162). Sum of RGB (Red+Green+Blue) = 20+221+162=403 (53% of max value = 765). Red value is 20 (8.20% from 255 or 4.96% from 403); Green value is 221 (86.72% from 255 or 54.84% from 403); Blue value is 162 (63.67% from 255 or 40.20% from 403); Max value from RGB is 221 - color contains mainly: green. Hex color #14DDA2 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #14DDA2 is #EB225D. Grayscale: #9A9A9A. Windows color (decimal): -15409758 or 10673428. OLE color: 10673428.
HSL color Cylindrical-coordinate representation of color #14DDA2: hue angle of 162.39º 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 #14DDA2 is Cyan = 0.91, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.13.
Color convert
RGB | 20 | 221 | 162 | - |
CMYK | 0.91 | 0 | 0.27 | 0.13 |
HSL | 162.39º | 0.83% | 0.47% | - |
HSV(B) | 162.39º | 0.91% | 0.87% | - |
XYZ | 32.67 | 54.47 | 42.97 | - |
YUV | 154.18 | 132.41 | 32.3 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 20 | 221 | 162 | 0.91 | 0 | 0.27 | 0.13 | 162.39 | 0.83 | 0.47 |
Hex | 14 | DD | A2 | 5B | 0 | 1B | D | A2 | 53 | 2F |
Octal | 24 | 335 | 242 | 133 | 0 | 33 | 15 | 242 | 123 | 57 |
Binary | 10100 | 11011101 | 10100010 | 1011011 | 0 | 11011 | 1101 | 10100010 | 1010011 | 101111 |
Color Harmonies of #14DDA2
Complementary color
Monochromatic Colors of #14DDA2
Black with #14DDA2
Text Example
Text Example
White with #14DDA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14DDA2; }
p { color: rgb(20,221,162); }
H1.HeaderClassName
{
color: #14DDA2;
}
.AnyTagClassName
{
color: #14DDA2;
}
</style>
background-color css
<style>
a { background-color: #14DDA2; }
a { background-color: rgb(20,221,162); }
div.DivClassName
{
background-color: #14DDA2;
}
.BgClassName
{
background-color: #14DDA2;
}
</style>
border-color css
<style>
span { border-color: #14DDA2; }
span { border-color: rgb(20,221,162); }
td.TdClassName
{
border-color: #14DDA2;
}
.TagClassName
{
border-color: #14DDA2;
}
</style>