Shades of Caribbean Green #14D59B
Tints of Caribbean Green #14D59B
RGB
CMYK
RGB Variations
Color information
#14D59B (or 0x14D59B) is known color: Caribbean Green. HEX triplet: 14, D5 and 9B. RGB value is (20,213,155). Sum of RGB (Red+Green+Blue) = 20+213+155=388 (51% of max value = 765). Red value is 20 (8.20% from 255 or 5.15% from 388); Green value is 213 (83.59% from 255 or 54.90% from 388); Blue value is 155 (60.94% from 255 or 39.95% from 388); Max value from RGB is 213 - color contains mainly: green. Hex color #14D59B is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #14D59B is #EB2A64. Grayscale: #949494. Windows color (decimal): -15411813 or 10212628. OLE color: 10212628.
HSL color Cylindrical-coordinate representation of color #14D59B: hue angle of 161.97º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #14D59B is Cyan = 0.91, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 20 | 213 | 155 | - |
| CMYK | 0.91 | 0 | 0.27 | 0.16 |
| HSL | 161.97º | 0.83% | 0.46% | - |
| HSV(B) | 161.97º | 0.91% | 0.84% | - |
| XYZ | 30 | 50.1 | 39.1 | - |
| YUV | 148.68 | 131.56 | 36.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 213 | 155 | 0.91 | 0 | 0.27 | 0.16 | 161.97 | 0.83 | 0.46 |
| Hex | 14 | D5 | 9B | 5B | 0 | 1B | 10 | A2 | 53 | 2E |
| Octal | 24 | 325 | 233 | 133 | 0 | 33 | 20 | 242 | 123 | 56 |
| Binary | 10100 | 11010101 | 10011011 | 1011011 | 0 | 11011 | 10000 | 10100010 | 1010011 | 101110 |
Color Harmonies of #14D59B
Complementary color
Monochromatic Colors of #14D59B
Black with #14D59B
Text Example
Text Example
White with #14D59B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14D59B; }
p { color: rgb(20,213,155); }
H1.HeaderClassName
{
color: #14D59B;
}
.AnyTagClassName
{
color: #14D59B;
}
</style>
background-color css
<style>
a { background-color: #14D59B; }
a { background-color: rgb(20,213,155); }
div.DivClassName
{
background-color: #14D59B;
}
.BgClassName
{
background-color: #14D59B;
}
</style>
border-color css
<style>
span { border-color: #14D59B; }
span { border-color: rgb(20,213,155); }
td.TdClassName
{
border-color: #14D59B;
}
.TagClassName
{
border-color: #14D59B;
}
</style>