Shades of Caribbean Green #14DDA5
Tints of Caribbean Green #14DDA5
RGB
CMYK
RGB Variations
Color information
#14DDA5 (or 0x14DDA5) is known color: Caribbean Green. HEX triplet: 14, DD and A5. RGB value is (20,221,165). Sum of RGB (Red+Green+Blue) = 20+221+165=406 (53% of max value = 765). Red value is 20 (8.20% from 255 or 4.93% from 406); Green value is 221 (86.72% from 255 or 54.43% from 406); Blue value is 165 (64.84% from 255 or 40.64% from 406); Max value from RGB is 221 - color contains mainly: green. Hex color #14DDA5 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #14DDA5 is #EB225A. Grayscale: #9A9A9A. Windows color (decimal): -15409755 or 10870036. OLE color: 10870036.
HSL color Cylindrical-coordinate representation of color #14DDA5: hue angle of 163.28º 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 #14DDA5 is Cyan = 0.91, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 20 | 221 | 165 | - |
| CMYK | 0.91 | 0 | 0.25 | 0.13 |
| HSL | 163.28º | 0.83% | 0.47% | - |
| HSV(B) | 163.28º | 0.91% | 0.87% | - |
| XYZ | 32.94 | 54.58 | 44.4 | - |
| YUV | 154.52 | 133.91 | 32.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 221 | 165 | 0.91 | 0 | 0.25 | 0.13 | 163.28 | 0.83 | 0.47 |
| Hex | 14 | DD | A5 | 5B | 0 | 19 | D | A3 | 53 | 2F |
| Octal | 24 | 335 | 245 | 133 | 0 | 31 | 15 | 243 | 123 | 57 |
| Binary | 10100 | 11011101 | 10100101 | 1011011 | 0 | 11001 | 1101 | 10100011 | 1010011 | 101111 |
Color Harmonies of #14DDA5
Complementary color
Monochromatic Colors of #14DDA5
Black with #14DDA5
Text Example
Text Example
White with #14DDA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14DDA5; }
p { color: rgb(20,221,165); }
H1.HeaderClassName
{
color: #14DDA5;
}
.AnyTagClassName
{
color: #14DDA5;
}
</style>
background-color css
<style>
a { background-color: #14DDA5; }
a { background-color: rgb(20,221,165); }
div.DivClassName
{
background-color: #14DDA5;
}
.BgClassName
{
background-color: #14DDA5;
}
</style>
border-color css
<style>
span { border-color: #14DDA5; }
span { border-color: rgb(20,221,165); }
td.TdClassName
{
border-color: #14DDA5;
}
.TagClassName
{
border-color: #14DDA5;
}
</style>