Shades of Caribbean Green #14DD88
Tints of Caribbean Green #14DD88
RGB
CMYK
RGB Variations
Color information
#14DD88 (or 0x14DD88) is known color: Caribbean Green. HEX triplet: 14, DD and 88. RGB value is (20,221,136). Sum of RGB (Red+Green+Blue) = 20+221+136=377 (49% of max value = 765). Red value is 20 (8.20% from 255 or 5.31% from 377); Green value is 221 (86.72% from 255 or 58.62% from 377); Blue value is 136 (53.52% from 255 or 36.07% from 377); Max value from RGB is 221 - color contains mainly: green. Hex color #14DD88 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #14DD88 is #EB2277. Grayscale: #979797. Windows color (decimal): -15409784 or 8969492. OLE color: 8969492.
HSL color Cylindrical-coordinate representation of color #14DD88: hue angle of 154.63º 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 #14DD88 is Cyan = 0.91, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 20 | 221 | 136 | - |
| CMYK | 0.91 | 0 | 0.38 | 0.13 |
| HSL | 154.63º | 0.83% | 0.47% | - |
| HSV(B) | 154.63º | 0.91% | 0.87% | - |
| XYZ | 30.59 | 53.64 | 32.03 | - |
| YUV | 151.21 | 119.41 | 34.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 221 | 136 | 0.91 | 0 | 0.38 | 0.13 | 154.63 | 0.83 | 0.47 |
| Hex | 14 | DD | 88 | 5B | 0 | 26 | D | 9B | 53 | 2F |
| Octal | 24 | 335 | 210 | 133 | 0 | 46 | 15 | 233 | 123 | 57 |
| Binary | 10100 | 11011101 | 10001000 | 1011011 | 0 | 100110 | 1101 | 10011011 | 1010011 | 101111 |
Color Harmonies of #14DD88
Complementary color
Monochromatic Colors of #14DD88
Black with #14DD88
Text Example
Text Example
White with #14DD88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14DD88; }
p { color: rgb(20,221,136); }
H1.HeaderClassName
{
color: #14DD88;
}
.AnyTagClassName
{
color: #14DD88;
}
</style>
background-color css
<style>
a { background-color: #14DD88; }
a { background-color: rgb(20,221,136); }
div.DivClassName
{
background-color: #14DD88;
}
.BgClassName
{
background-color: #14DD88;
}
</style>
border-color css
<style>
span { border-color: #14DD88; }
span { border-color: rgb(20,221,136); }
td.TdClassName
{
border-color: #14DD88;
}
.TagClassName
{
border-color: #14DD88;
}
</style>