Shades of Caribbean Green #14D28D
Tints of Caribbean Green #14D28D
RGB
CMYK
RGB Variations
Color information
#14D28D (or 0x14D28D) is known color: Caribbean Green. HEX triplet: 14, D2 and 8D. RGB value is (20,210,141). Sum of RGB (Red+Green+Blue) = 20+210+141=371 (49% of max value = 765). Red value is 20 (8.20% from 255 or 5.39% from 371); Green value is 210 (82.42% from 255 or 56.60% from 371); Blue value is 141 (55.47% from 255 or 38.01% from 371); Max value from RGB is 210 - color contains mainly: green. Hex color #14D28D is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #14D28D is #EB2D72. Grayscale: #919191. Windows color (decimal): -15412595 or 9294356. OLE color: 9294356.
HSL color Cylindrical-coordinate representation of color #14D28D: hue angle of 158.21º degrees, saturation: 0.83, 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 #14D28D is Cyan = 0.90, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 20 | 210 | 141 | - |
| CMYK | 0.90 | 0 | 0.33 | 0.18 |
| HSL | 158.21º | 0.83% | 0.45% | - |
| HSV(B) | 158.21º | 0.9% | 0.82% | - |
| XYZ | 28.14 | 48.17 | 33.01 | - |
| YUV | 145.32 | 125.55 | 38.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 210 | 141 | 0.90 | 0 | 0.33 | 0.18 | 158.21 | 0.83 | 0.45 |
| Hex | 14 | D2 | 8D | 5A | 0 | 21 | 12 | 9E | 53 | 2D |
| Octal | 24 | 322 | 215 | 132 | 0 | 41 | 22 | 236 | 123 | 55 |
| Binary | 10100 | 11010010 | 10001101 | 1011010 | 0 | 100001 | 10010 | 10011110 | 1010011 | 101101 |
Color Harmonies of #14D28D
Complementary color
Monochromatic Colors of #14D28D
Black with #14D28D
Text Example
Text Example
White with #14D28D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14D28D; }
p { color: rgb(20,210,141); }
H1.HeaderClassName
{
color: #14D28D;
}
.AnyTagClassName
{
color: #14D28D;
}
</style>
background-color css
<style>
a { background-color: #14D28D; }
a { background-color: rgb(20,210,141); }
div.DivClassName
{
background-color: #14D28D;
}
.BgClassName
{
background-color: #14D28D;
}
</style>
border-color css
<style>
span { border-color: #14D28D; }
span { border-color: rgb(20,210,141); }
td.TdClassName
{
border-color: #14D28D;
}
.TagClassName
{
border-color: #14D28D;
}
</style>