Shades of Caribbean Green #14DA8F
Tints of Caribbean Green #14DA8F
RGB
CMYK
RGB Variations
Color information
#14DA8F (or 0x14DA8F) is known color: Caribbean Green. HEX triplet: 14, DA and 8F. RGB value is (20,218,143). Sum of RGB (Red+Green+Blue) = 20+218+143=381 (50% of max value = 765). Red value is 20 (8.20% from 255 or 5.25% from 381); Green value is 218 (85.55% from 255 or 57.22% from 381); Blue value is 143 (56.25% from 255 or 37.53% from 381); Max value from RGB is 218 - color contains mainly: green. Hex color #14DA8F is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #14DA8F is #EB2570. Grayscale: #969696. Windows color (decimal): -15410545 or 9427476. OLE color: 9427476.
HSL color Cylindrical-coordinate representation of color #14DA8F: hue angle of 157.27º 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 #14DA8F is Cyan = 0.91, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 20 | 218 | 143 | - |
| CMYK | 0.91 | 0 | 0.34 | 0.15 |
| HSL | 157.27º | 0.83% | 0.47% | - |
| HSV(B) | 157.27º | 0.91% | 0.85% | - |
| XYZ | 30.32 | 52.27 | 34.48 | - |
| YUV | 150.25 | 123.9 | 35.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 218 | 143 | 0.91 | 0 | 0.34 | 0.15 | 157.27 | 0.83 | 0.47 |
| Hex | 14 | DA | 8F | 5B | 0 | 22 | F | 9D | 53 | 2F |
| Octal | 24 | 332 | 217 | 133 | 0 | 42 | 17 | 235 | 123 | 57 |
| Binary | 10100 | 11011010 | 10001111 | 1011011 | 0 | 100010 | 1111 | 10011101 | 1010011 | 101111 |
Color Harmonies of #14DA8F
Complementary color
Monochromatic Colors of #14DA8F
Black with #14DA8F
Text Example
Text Example
White with #14DA8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14DA8F; }
p { color: rgb(20,218,143); }
H1.HeaderClassName
{
color: #14DA8F;
}
.AnyTagClassName
{
color: #14DA8F;
}
</style>
background-color css
<style>
a { background-color: #14DA8F; }
a { background-color: rgb(20,218,143); }
div.DivClassName
{
background-color: #14DA8F;
}
.BgClassName
{
background-color: #14DA8F;
}
</style>
border-color css
<style>
span { border-color: #14DA8F; }
span { border-color: rgb(20,218,143); }
td.TdClassName
{
border-color: #14DA8F;
}
.TagClassName
{
border-color: #14DA8F;
}
</style>