Shades of Caribbean Green #14DBA0
Tints of Caribbean Green #14DBA0
RGB
CMYK
RGB Variations
Color information
#14DBA0 (or 0x14DBA0) is known color: Caribbean Green. HEX triplet: 14, DB and A0. RGB value is (20,219,160). Sum of RGB (Red+Green+Blue) = 20+219+160=399 (52% of max value = 765). Red value is 20 (8.20% from 255 or 5.01% from 399); Green value is 219 (85.94% from 255 or 54.89% from 399); Blue value is 160 (62.89% from 255 or 40.10% from 399); Max value from RGB is 219 - color contains mainly: green. Hex color #14DBA0 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #14DBA0 is #EB245F. Grayscale: #989898. Windows color (decimal): -15410272 or 10541844. OLE color: 10541844.
HSL color Cylindrical-coordinate representation of color #14DBA0: hue angle of 162.21º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #14DBA0 is Cyan = 0.91, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 20 | 219 | 160 | - |
| CMYK | 0.91 | 0 | 0.27 | 0.14 |
| HSL | 162.21º | 0.83% | 0.47% | - |
| HSV(B) | 162.21º | 0.91% | 0.86% | - |
| XYZ | 31.97 | 53.35 | 41.87 | - |
| YUV | 152.77 | 132.07 | 33.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 219 | 160 | 0.91 | 0 | 0.27 | 0.14 | 162.21 | 0.83 | 0.47 |
| Hex | 14 | DB | A0 | 5B | 0 | 1B | E | A2 | 53 | 2F |
| Octal | 24 | 333 | 240 | 133 | 0 | 33 | 16 | 242 | 123 | 57 |
| Binary | 10100 | 11011011 | 10100000 | 1011011 | 0 | 11011 | 1110 | 10100010 | 1010011 | 101111 |
Color Harmonies of #14DBA0
Complementary color
Monochromatic Colors of #14DBA0
Black with #14DBA0
Text Example
Text Example
White with #14DBA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14DBA0; }
p { color: rgb(20,219,160); }
H1.HeaderClassName
{
color: #14DBA0;
}
.AnyTagClassName
{
color: #14DBA0;
}
</style>
background-color css
<style>
a { background-color: #14DBA0; }
a { background-color: rgb(20,219,160); }
div.DivClassName
{
background-color: #14DBA0;
}
.BgClassName
{
background-color: #14DBA0;
}
</style>
border-color css
<style>
span { border-color: #14DBA0; }
span { border-color: rgb(20,219,160); }
td.TdClassName
{
border-color: #14DBA0;
}
.TagClassName
{
border-color: #14DBA0;
}
</style>