Shades of Caribbean Green #14D58F
Tints of Caribbean Green #14D58F
RGB
CMYK
RGB Variations
Color information
#14D58F (or 0x14D58F) is known color: Caribbean Green. HEX triplet: 14, D5 and 8F. RGB value is (20,213,143). Sum of RGB (Red+Green+Blue) = 20+213+143=376 (49% of max value = 765). Red value is 20 (8.20% from 255 or 5.32% from 376); Green value is 213 (83.59% from 255 or 56.65% from 376); Blue value is 143 (56.25% from 255 or 38.03% from 376); Max value from RGB is 213 - color contains mainly: green. Hex color #14D58F is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #14D58F is #EB2A70. Grayscale: #939393. Windows color (decimal): -15411825 or 9426196. OLE color: 9426196.
HSL color Cylindrical-coordinate representation of color #14D58F: hue angle of 158.24º 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 #14D58F is Cyan = 0.91, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 20 | 213 | 143 | - |
| CMYK | 0.91 | 0 | 0.33 | 0.16 |
| HSL | 158.24º | 0.83% | 0.46% | - |
| HSV(B) | 158.24º | 0.91% | 0.84% | - |
| XYZ | 29.04 | 49.72 | 34.05 | - |
| YUV | 147.31 | 125.56 | 37.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 213 | 143 | 0.91 | 0 | 0.33 | 0.16 | 158.24 | 0.83 | 0.46 |
| Hex | 14 | D5 | 8F | 5B | 0 | 21 | 10 | 9E | 53 | 2E |
| Octal | 24 | 325 | 217 | 133 | 0 | 41 | 20 | 236 | 123 | 56 |
| Binary | 10100 | 11010101 | 10001111 | 1011011 | 0 | 100001 | 10000 | 10011110 | 1010011 | 101110 |
Color Harmonies of #14D58F
Complementary color
Monochromatic Colors of #14D58F
Black with #14D58F
Text Example
Text Example
White with #14D58F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14D58F; }
p { color: rgb(20,213,143); }
H1.HeaderClassName
{
color: #14D58F;
}
.AnyTagClassName
{
color: #14D58F;
}
</style>
background-color css
<style>
a { background-color: #14D58F; }
a { background-color: rgb(20,213,143); }
div.DivClassName
{
background-color: #14D58F;
}
.BgClassName
{
background-color: #14D58F;
}
</style>
border-color css
<style>
span { border-color: #14D58F; }
span { border-color: rgb(20,213,143); }
td.TdClassName
{
border-color: #14D58F;
}
.TagClassName
{
border-color: #14D58F;
}
</style>