Shades of Caribbean Green #14DB80
Tints of Caribbean Green #14DB80
RGB
CMYK
RGB Variations
Color information
#14DB80 (or 0x14DB80) is known color: Caribbean Green. HEX triplet: 14, DB and 80. RGB value is (20,219,128). Sum of RGB (Red+Green+Blue) = 20+219+128=367 (48% of max value = 765). Red value is 20 (8.20% from 255 or 5.45% from 367); Green value is 219 (85.94% from 255 or 59.67% from 367); Blue value is 128 (50.39% from 255 or 34.88% from 367); Max value from RGB is 219 - color contains mainly: green. Hex color #14DB80 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #14DB80 is #EB247F. Grayscale: #959595. Windows color (decimal): -15410304 or 8444692. OLE color: 8444692.
HSL color Cylindrical-coordinate representation of color #14DB80: hue angle of 152.56º 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 #14DB80 is Cyan = 0.91, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 20 | 219 | 128 | - |
| CMYK | 0.91 | 0 | 0.42 | 0.14 |
| HSL | 152.56º | 0.83% | 0.47% | - |
| HSV(B) | 152.56º | 0.91% | 0.86% | - |
| XYZ | 29.52 | 52.37 | 28.97 | - |
| YUV | 149.13 | 116.07 | 35.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 219 | 128 | 0.91 | 0 | 0.42 | 0.14 | 152.56 | 0.83 | 0.47 |
| Hex | 14 | DB | 80 | 5B | 0 | 2A | E | 99 | 53 | 2F |
| Octal | 24 | 333 | 200 | 133 | 0 | 52 | 16 | 231 | 123 | 57 |
| Binary | 10100 | 11011011 | 10000000 | 1011011 | 0 | 101010 | 1110 | 10011001 | 1010011 | 101111 |
Color Harmonies of #14DB80
Complementary color
Monochromatic Colors of #14DB80
Black with #14DB80
Text Example
Text Example
White with #14DB80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14DB80; }
p { color: rgb(20,219,128); }
H1.HeaderClassName
{
color: #14DB80;
}
.AnyTagClassName
{
color: #14DB80;
}
</style>
background-color css
<style>
a { background-color: #14DB80; }
a { background-color: rgb(20,219,128); }
div.DivClassName
{
background-color: #14DB80;
}
.BgClassName
{
background-color: #14DB80;
}
</style>
border-color css
<style>
span { border-color: #14DB80; }
span { border-color: rgb(20,219,128); }
td.TdClassName
{
border-color: #14DB80;
}
.TagClassName
{
border-color: #14DB80;
}
</style>