Shades of Caribbean Green #14DA8A
Tints of Caribbean Green #14DA8A
RGB
CMYK
RGB Variations
Color information
#14DA8A (or 0x14DA8A) is known color: Caribbean Green. HEX triplet: 14, DA and 8A. RGB value is (20,218,138). Sum of RGB (Red+Green+Blue) = 20+218+138=376 (49% of max value = 765). Red value is 20 (8.20% from 255 or 5.32% from 376); Green value is 218 (85.55% from 255 or 57.98% from 376); Blue value is 138 (54.30% from 255 or 36.70% from 376); Max value from RGB is 218 - color contains mainly: green. Hex color #14DA8A is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #14DA8A is #EB2575. Grayscale: #959595. Windows color (decimal): -15410550 or 9099796. OLE color: 9099796.
HSL color Cylindrical-coordinate representation of color #14DA8A: hue angle of 155.76º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #14DA8A is Cyan = 0.91, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 20 | 218 | 138 | - |
| CMYK | 0.91 | 0 | 0.37 | 0.15 |
| HSL | 155.76º | 0.83% | 0.47% | - |
| HSV(B) | 155.76º | 0.91% | 0.85% | - |
| XYZ | 29.95 | 52.13 | 32.53 | - |
| YUV | 149.68 | 121.4 | 35.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 218 | 138 | 0.91 | 0 | 0.37 | 0.15 | 155.76 | 0.83 | 0.47 |
| Hex | 14 | DA | 8A | 5B | 0 | 25 | F | 9C | 53 | 2F |
| Octal | 24 | 332 | 212 | 133 | 0 | 45 | 17 | 234 | 123 | 57 |
| Binary | 10100 | 11011010 | 10001010 | 1011011 | 0 | 100101 | 1111 | 10011100 | 1010011 | 101111 |
Color Harmonies of #14DA8A
Complementary color
Monochromatic Colors of #14DA8A
Black with #14DA8A
Text Example
Text Example
White with #14DA8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14DA8A; }
p { color: rgb(20,218,138); }
H1.HeaderClassName
{
color: #14DA8A;
}
.AnyTagClassName
{
color: #14DA8A;
}
</style>
background-color css
<style>
a { background-color: #14DA8A; }
a { background-color: rgb(20,218,138); }
div.DivClassName
{
background-color: #14DA8A;
}
.BgClassName
{
background-color: #14DA8A;
}
</style>
border-color css
<style>
span { border-color: #14DA8A; }
span { border-color: rgb(20,218,138); }
td.TdClassName
{
border-color: #14DA8A;
}
.TagClassName
{
border-color: #14DA8A;
}
</style>