Shades of Caribbean Green #14D289
Tints of Caribbean Green #14D289
RGB
CMYK
RGB Variations
Color information
#14D289 (or 0x14D289) is known color: Caribbean Green. HEX triplet: 14, D2 and 89. RGB value is (20,210,137). Sum of RGB (Red+Green+Blue) = 20+210+137=367 (48% of max value = 765). Red value is 20 (8.20% from 255 or 5.45% from 367); Green value is 210 (82.42% from 255 or 57.22% from 367); Blue value is 137 (53.91% from 255 or 37.33% from 367); Max value from RGB is 210 - color contains mainly: green. Hex color #14D289 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #14D289 is #EB2D76. Grayscale: #909090. Windows color (decimal): -15412599 or 9032212. OLE color: 9032212.
HSL color Cylindrical-coordinate representation of color #14D289: hue angle of 156.95º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #14D289 is Cyan = 0.90, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 20 | 210 | 137 | - |
| CMYK | 0.90 | 0 | 0.35 | 0.18 |
| HSL | 156.95º | 0.83% | 0.45% | - |
| HSV(B) | 156.95º | 0.9% | 0.82% | - |
| XYZ | 27.85 | 48.05 | 31.47 | - |
| YUV | 144.87 | 123.55 | 38.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 210 | 137 | 0.90 | 0 | 0.35 | 0.18 | 156.95 | 0.83 | 0.45 |
| Hex | 14 | D2 | 89 | 5A | 0 | 23 | 12 | 9D | 53 | 2D |
| Octal | 24 | 322 | 211 | 132 | 0 | 43 | 22 | 235 | 123 | 55 |
| Binary | 10100 | 11010010 | 10001001 | 1011010 | 0 | 100011 | 10010 | 10011101 | 1010011 | 101101 |
Color Harmonies of #14D289
Complementary color
Monochromatic Colors of #14D289
Black with #14D289
Text Example
Text Example
White with #14D289
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14D289; }
p { color: rgb(20,210,137); }
H1.HeaderClassName
{
color: #14D289;
}
.AnyTagClassName
{
color: #14D289;
}
</style>
background-color css
<style>
a { background-color: #14D289; }
a { background-color: rgb(20,210,137); }
div.DivClassName
{
background-color: #14D289;
}
.BgClassName
{
background-color: #14D289;
}
</style>
border-color css
<style>
span { border-color: #14D289; }
span { border-color: rgb(20,210,137); }
td.TdClassName
{
border-color: #14D289;
}
.TagClassName
{
border-color: #14D289;
}
</style>