Shades of Caribbean Green #14D89B
Tints of Caribbean Green #14D89B
RGB
CMYK
RGB Variations
Color information
#14D89B (or 0x14D89B) is known color: Caribbean Green. HEX triplet: 14, D8 and 9B. RGB value is (20,216,155). Sum of RGB (Red+Green+Blue) = 20+216+155=391 (51% of max value = 765). Red value is 20 (8.20% from 255 or 5.12% from 391); Green value is 216 (84.77% from 255 or 55.24% from 391); Blue value is 155 (60.94% from 255 or 39.64% from 391); Max value from RGB is 216 - color contains mainly: green. Hex color #14D89B is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #14D89B is #EB2764. Grayscale: #969696. Windows color (decimal): -15411045 or 10213396. OLE color: 10213396.
HSL color Cylindrical-coordinate representation of color #14D89B: hue angle of 161.33º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #14D89B is Cyan = 0.91, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 20 | 216 | 155 | - |
| CMYK | 0.91 | 0 | 0.28 | 0.15 |
| HSL | 161.33º | 0.83% | 0.46% | - |
| HSV(B) | 161.33º | 0.91% | 0.85% | - |
| XYZ | 30.76 | 51.63 | 39.35 | - |
| YUV | 150.44 | 130.57 | 34.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 216 | 155 | 0.91 | 0 | 0.28 | 0.15 | 161.33 | 0.83 | 0.46 |
| Hex | 14 | D8 | 9B | 5B | 0 | 1C | F | A1 | 53 | 2E |
| Octal | 24 | 330 | 233 | 133 | 0 | 34 | 17 | 241 | 123 | 56 |
| Binary | 10100 | 11011000 | 10011011 | 1011011 | 0 | 11100 | 1111 | 10100001 | 1010011 | 101110 |
Color Harmonies of #14D89B
Complementary color
Monochromatic Colors of #14D89B
Black with #14D89B
Text Example
Text Example
White with #14D89B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14D89B; }
p { color: rgb(20,216,155); }
H1.HeaderClassName
{
color: #14D89B;
}
.AnyTagClassName
{
color: #14D89B;
}
</style>
background-color css
<style>
a { background-color: #14D89B; }
a { background-color: rgb(20,216,155); }
div.DivClassName
{
background-color: #14D89B;
}
.BgClassName
{
background-color: #14D89B;
}
</style>
border-color css
<style>
span { border-color: #14D89B; }
span { border-color: rgb(20,216,155); }
td.TdClassName
{
border-color: #14D89B;
}
.TagClassName
{
border-color: #14D89B;
}
</style>