Shades of Caribbean Green #14DCAA
Tints of Caribbean Green #14DCAA
RGB
CMYK
RGB Variations
Color information
#14DCAA (or 0x14DCAA) is known color: Caribbean Green. HEX triplet: 14, DC and AA. RGB value is (20,220,170). Sum of RGB (Red+Green+Blue) = 20+220+170=410 (54% of max value = 765). Red value is 20 (8.20% from 255 or 4.88% from 410); Green value is 220 (86.33% from 255 or 53.66% from 410); Blue value is 170 (66.80% from 255 or 41.46% from 410); Max value from RGB is 220 - color contains mainly: green. Hex color #14DCAA is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #14DCAA is #EB2355. Grayscale: #9A9A9A. Windows color (decimal): -15410006 or 11197460. OLE color: 11197460.
HSL color Cylindrical-coordinate representation of color #14DCAA: hue angle of 165º 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 #14DCAA is Cyan = 0.91, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 20 | 220 | 170 | - |
| CMYK | 0.91 | 0 | 0.23 | 0.14 |
| HSL | 165º | 0.83% | 0.47% | - |
| HSV(B) | 165º | 0.91% | 0.86% | - |
| XYZ | 33.14 | 54.24 | 46.75 | - |
| YUV | 154.5 | 136.74 | 32.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 220 | 170 | 0.91 | 0 | 0.23 | 0.14 | 165 | 0.83 | 0.47 |
| Hex | 14 | DC | AA | 5B | 0 | 17 | E | A5 | 53 | 2F |
| Octal | 24 | 334 | 252 | 133 | 0 | 27 | 16 | 245 | 123 | 57 |
| Binary | 10100 | 11011100 | 10101010 | 1011011 | 0 | 10111 | 1110 | 10100101 | 1010011 | 101111 |
Color Harmonies of #14DCAA
Complementary color
Monochromatic Colors of #14DCAA
Black with #14DCAA
Text Example
Text Example
White with #14DCAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14DCAA; }
p { color: rgb(20,220,170); }
H1.HeaderClassName
{
color: #14DCAA;
}
.AnyTagClassName
{
color: #14DCAA;
}
</style>
background-color css
<style>
a { background-color: #14DCAA; }
a { background-color: rgb(20,220,170); }
div.DivClassName
{
background-color: #14DCAA;
}
.BgClassName
{
background-color: #14DCAA;
}
</style>
border-color css
<style>
span { border-color: #14DCAA; }
span { border-color: rgb(20,220,170); }
td.TdClassName
{
border-color: #14DCAA;
}
.TagClassName
{
border-color: #14DCAA;
}
</style>