Shades of Caribbean Green #14DFA6
Tints of Caribbean Green #14DFA6
RGB
CMYK
RGB Variations
Color information
#14DFA6 (or 0x14DFA6) is known color: Caribbean Green. HEX triplet: 14, DF and A6. RGB value is (20,223,166). Sum of RGB (Red+Green+Blue) = 20+223+166=409 (54% of max value = 765). Red value is 20 (8.20% from 255 or 4.89% from 409); Green value is 223 (87.5% from 255 or 54.52% from 409); Blue value is 166 (65.23% from 255 or 40.59% from 409); Max value from RGB is 223 - color contains mainly: green. Hex color #14DFA6 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #14DFA6 is #EB2059. Grayscale: #9B9B9B. Windows color (decimal): -15409242 or 10936084. OLE color: 10936084.
HSL color Cylindrical-coordinate representation of color #14DFA6: hue angle of 163.15º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #14DFA6 is Cyan = 0.91, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 20 | 223 | 166 | - |
| CMYK | 0.91 | 0 | 0.26 | 0.13 |
| HSL | 163.15º | 0.84% | 0.48% | - |
| HSV(B) | 163.15º | 0.91% | 0.87% | - |
| XYZ | 33.56 | 55.68 | 45.05 | - |
| YUV | 155.81 | 133.75 | 31.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 223 | 166 | 0.91 | 0 | 0.26 | 0.13 | 163.15 | 0.84 | 0.48 |
| Hex | 14 | DF | A6 | 5B | 0 | 1A | D | A3 | 54 | 30 |
| Octal | 24 | 337 | 246 | 133 | 0 | 32 | 15 | 243 | 124 | 60 |
| Binary | 10100 | 11011111 | 10100110 | 1011011 | 0 | 11010 | 1101 | 10100011 | 1010100 | 110000 |
Color Harmonies of #14DFA6
Complementary color
Monochromatic Colors of #14DFA6
Black with #14DFA6
Text Example
Text Example
White with #14DFA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14DFA6; }
p { color: rgb(20,223,166); }
H1.HeaderClassName
{
color: #14DFA6;
}
.AnyTagClassName
{
color: #14DFA6;
}
</style>
background-color css
<style>
a { background-color: #14DFA6; }
a { background-color: rgb(20,223,166); }
div.DivClassName
{
background-color: #14DFA6;
}
.BgClassName
{
background-color: #14DFA6;
}
</style>
border-color css
<style>
span { border-color: #14DFA6; }
span { border-color: rgb(20,223,166); }
td.TdClassName
{
border-color: #14DFA6;
}
.TagClassName
{
border-color: #14DFA6;
}
</style>