Shades of Caribbean Green #14D58A
Tints of Caribbean Green #14D58A
RGB
CMYK
RGB Variations
Color information
#14D58A (or 0x14D58A) is known color: Caribbean Green. HEX triplet: 14, D5 and 8A. RGB value is (20,213,138). Sum of RGB (Red+Green+Blue) = 20+213+138=371 (49% of max value = 765). Red value is 20 (8.20% from 255 or 5.39% from 371); Green value is 213 (83.59% from 255 or 57.41% from 371); Blue value is 138 (54.30% from 255 or 37.20% from 371); Max value from RGB is 213 - color contains mainly: green. Hex color #14D58A is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #14D58A is #EB2A75. Grayscale: #929292. Windows color (decimal): -15411830 or 9098516. OLE color: 9098516.
HSL color Cylindrical-coordinate representation of color #14D58A: hue angle of 156.68º 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 #14D58A is Cyan = 0.91, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 20 | 213 | 138 | - |
| CMYK | 0.91 | 0 | 0.35 | 0.16 |
| HSL | 156.68º | 0.83% | 0.46% | - |
| HSV(B) | 156.68º | 0.91% | 0.84% | - |
| XYZ | 28.67 | 49.57 | 32.1 | - |
| YUV | 146.74 | 123.06 | 37.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 213 | 138 | 0.91 | 0 | 0.35 | 0.16 | 156.68 | 0.83 | 0.46 |
| Hex | 14 | D5 | 8A | 5B | 0 | 23 | 10 | 9D | 53 | 2E |
| Octal | 24 | 325 | 212 | 133 | 0 | 43 | 20 | 235 | 123 | 56 |
| Binary | 10100 | 11010101 | 10001010 | 1011011 | 0 | 100011 | 10000 | 10011101 | 1010011 | 101110 |
Color Harmonies of #14D58A
Complementary color
Monochromatic Colors of #14D58A
Black with #14D58A
Text Example
Text Example
White with #14D58A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14D58A; }
p { color: rgb(20,213,138); }
H1.HeaderClassName
{
color: #14D58A;
}
.AnyTagClassName
{
color: #14D58A;
}
</style>
background-color css
<style>
a { background-color: #14D58A; }
a { background-color: rgb(20,213,138); }
div.DivClassName
{
background-color: #14D58A;
}
.BgClassName
{
background-color: #14D58A;
}
</style>
border-color css
<style>
span { border-color: #14D58A; }
span { border-color: rgb(20,213,138); }
td.TdClassName
{
border-color: #14D58A;
}
.TagClassName
{
border-color: #14D58A;
}
</style>