Shades of Caribbean Green #14CDA1
Tints of Caribbean Green #14CDA1
RGB
CMYK
RGB Variations
Color information
#14CDA1 (or 0x14CDA1) is known color: Caribbean Green. HEX triplet: 14, CD and A1. RGB value is (20,205,161). Sum of RGB (Red+Green+Blue) = 20+205+161=386 (51% of max value = 765). Red value is 20 (8.20% from 255 or 5.18% from 386); Green value is 205 (80.47% from 255 or 53.11% from 386); Blue value is 161 (63.28% from 255 or 41.71% from 386); Max value from RGB is 205 - color contains mainly: green. Hex color #14CDA1 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #14CDA1 is #EB325E. Grayscale: #909090. Windows color (decimal): -15413855 or 10603796. OLE color: 10603796.
HSL color Cylindrical-coordinate representation of color #14CDA1: hue angle of 165.73º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #14CDA1 is Cyan = 0.90, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 20 | 205 | 161 | - |
| CMYK | 0.90 | 0 | 0.21 | 0.20 |
| HSL | 165.73º | 0.82% | 0.44% | - |
| HSV(B) | 165.73º | 0.9% | 0.8% | - |
| XYZ | 28.55 | 46.38 | 41.17 | - |
| YUV | 144.67 | 137.21 | 39.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 205 | 161 | 0.90 | 0 | 0.21 | 0.20 | 165.73 | 0.82 | 0.44 |
| Hex | 14 | CD | A1 | 5A | 0 | 15 | 14 | A6 | 52 | 2C |
| Octal | 24 | 315 | 241 | 132 | 0 | 25 | 24 | 246 | 122 | 54 |
| Binary | 10100 | 11001101 | 10100001 | 1011010 | 0 | 10101 | 10100 | 10100110 | 1010010 | 101100 |
Color Harmonies of #14CDA1
Complementary color
Monochromatic Colors of #14CDA1
Black with #14CDA1
Text Example
Text Example
White with #14CDA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14CDA1; }
p { color: rgb(20,205,161); }
H1.HeaderClassName
{
color: #14CDA1;
}
.AnyTagClassName
{
color: #14CDA1;
}
</style>
background-color css
<style>
a { background-color: #14CDA1; }
a { background-color: rgb(20,205,161); }
div.DivClassName
{
background-color: #14CDA1;
}
.BgClassName
{
background-color: #14CDA1;
}
</style>
border-color css
<style>
span { border-color: #14CDA1; }
span { border-color: rgb(20,205,161); }
td.TdClassName
{
border-color: #14CDA1;
}
.TagClassName
{
border-color: #14CDA1;
}
</style>