Shades of Caribbean Green #14D28F
Tints of Caribbean Green #14D28F
RGB
CMYK
RGB Variations
Color information
#14D28F (or 0x14D28F) is known color: Caribbean Green. HEX triplet: 14, D2 and 8F. RGB value is (20,210,143). Sum of RGB (Red+Green+Blue) = 20+210+143=373 (49% of max value = 765). Red value is 20 (8.20% from 255 or 5.36% from 373); Green value is 210 (82.42% from 255 or 56.30% from 373); Blue value is 143 (56.25% from 255 or 38.34% from 373); Max value from RGB is 210 - color contains mainly: green. Hex color #14D28F is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #14D28F is #EB2D70. Grayscale: #919191. Windows color (decimal): -15412593 or 9425428. OLE color: 9425428.
HSL color Cylindrical-coordinate representation of color #14D28F: hue angle of 158.84º 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 #14D28F is Cyan = 0.90, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 20 | 210 | 143 | - |
| CMYK | 0.90 | 0 | 0.32 | 0.18 |
| HSL | 158.84º | 0.83% | 0.45% | - |
| HSV(B) | 158.84º | 0.9% | 0.82% | - |
| XYZ | 28.29 | 48.23 | 33.8 | - |
| YUV | 145.55 | 126.55 | 38.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 210 | 143 | 0.90 | 0 | 0.32 | 0.18 | 158.84 | 0.83 | 0.45 |
| Hex | 14 | D2 | 8F | 5A | 0 | 20 | 12 | 9F | 53 | 2D |
| Octal | 24 | 322 | 217 | 132 | 0 | 40 | 22 | 237 | 123 | 55 |
| Binary | 10100 | 11010010 | 10001111 | 1011010 | 0 | 100000 | 10010 | 10011111 | 1010011 | 101101 |
Color Harmonies of #14D28F
Complementary color
Monochromatic Colors of #14D28F
Black with #14D28F
Text Example
Text Example
White with #14D28F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14D28F; }
p { color: rgb(20,210,143); }
H1.HeaderClassName
{
color: #14D28F;
}
.AnyTagClassName
{
color: #14D28F;
}
</style>
background-color css
<style>
a { background-color: #14D28F; }
a { background-color: rgb(20,210,143); }
div.DivClassName
{
background-color: #14D28F;
}
.BgClassName
{
background-color: #14D28F;
}
</style>
border-color css
<style>
span { border-color: #14D28F; }
span { border-color: rgb(20,210,143); }
td.TdClassName
{
border-color: #14D28F;
}
.TagClassName
{
border-color: #14D28F;
}
</style>