Shades of Caribbean Green #14D09F
Tints of Caribbean Green #14D09F
RGB
CMYK
RGB Variations
Color information
#14D09F (or 0x14D09F) is known color: Caribbean Green. HEX triplet: 14, D0 and 9F. RGB value is (20,208,159). Sum of RGB (Red+Green+Blue) = 20+208+159=387 (51% of max value = 765). Red value is 20 (8.20% from 255 or 5.17% from 387); Green value is 208 (81.64% from 255 or 53.75% from 387); Blue value is 159 (62.5% from 255 or 41.09% from 387); Max value from RGB is 208 - color contains mainly: green. Hex color #14D09F is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #14D09F is #EB2F60. Grayscale: #929292. Windows color (decimal): -15413089 or 10473492. OLE color: 10473492.
HSL color Cylindrical-coordinate representation of color #14D09F: hue angle of 164.36º degrees, saturation: 0.82, 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 #14D09F is Cyan = 0.90, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 20 | 208 | 159 | - |
| CMYK | 0.90 | 0 | 0.24 | 0.18 |
| HSL | 164.36º | 0.82% | 0.45% | - |
| HSV(B) | 164.36º | 0.9% | 0.82% | - |
| XYZ | 29.1 | 47.76 | 40.49 | - |
| YUV | 146.2 | 135.22 | 37.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 208 | 159 | 0.90 | 0 | 0.24 | 0.18 | 164.36 | 0.82 | 0.45 |
| Hex | 14 | D0 | 9F | 5A | 0 | 18 | 12 | A4 | 52 | 2D |
| Octal | 24 | 320 | 237 | 132 | 0 | 30 | 22 | 244 | 122 | 55 |
| Binary | 10100 | 11010000 | 10011111 | 1011010 | 0 | 11000 | 10010 | 10100100 | 1010010 | 101101 |
Color Harmonies of #14D09F
Complementary color
Monochromatic Colors of #14D09F
Black with #14D09F
Text Example
Text Example
White with #14D09F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14D09F; }
p { color: rgb(20,208,159); }
H1.HeaderClassName
{
color: #14D09F;
}
.AnyTagClassName
{
color: #14D09F;
}
</style>
background-color css
<style>
a { background-color: #14D09F; }
a { background-color: rgb(20,208,159); }
div.DivClassName
{
background-color: #14D09F;
}
.BgClassName
{
background-color: #14D09F;
}
</style>
border-color css
<style>
span { border-color: #14D09F; }
span { border-color: rgb(20,208,159); }
td.TdClassName
{
border-color: #14D09F;
}
.TagClassName
{
border-color: #14D09F;
}
</style>