Shades of Caribbean Green #14D4A3
Tints of Caribbean Green #14D4A3
RGB
CMYK
RGB Variations
Color information
#14D4A3 (or 0x14D4A3) is known color: Caribbean Green. HEX triplet: 14, D4 and A3. RGB value is (20,212,163). Sum of RGB (Red+Green+Blue) = 20+212+163=395 (52% of max value = 765). Red value is 20 (8.20% from 255 or 5.06% from 395); Green value is 212 (83.20% from 255 or 53.67% from 395); Blue value is 163 (64.06% from 255 or 41.27% from 395); Max value from RGB is 212 - color contains mainly: green. Hex color #14D4A3 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #14D4A3 is #EB2B5C. Grayscale: #959595. Windows color (decimal): -15412061 or 10736660. OLE color: 10736660.
HSL color Cylindrical-coordinate representation of color #14D4A3: hue angle of 164.69º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #14D4A3 is Cyan = 0.91, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 20 | 212 | 163 | - |
| CMYK | 0.91 | 0 | 0.23 | 0.17 |
| HSL | 164.69º | 0.83% | 0.45% | - |
| HSV(B) | 164.69º | 0.91% | 0.83% | - |
| XYZ | 30.44 | 49.88 | 42.67 | - |
| YUV | 149.01 | 135.89 | 35.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 212 | 163 | 0.91 | 0 | 0.23 | 0.17 | 164.69 | 0.83 | 0.45 |
| Hex | 14 | D4 | A3 | 5B | 0 | 17 | 11 | A5 | 53 | 2D |
| Octal | 24 | 324 | 243 | 133 | 0 | 27 | 21 | 245 | 123 | 55 |
| Binary | 10100 | 11010100 | 10100011 | 1011011 | 0 | 10111 | 10001 | 10100101 | 1010011 | 101101 |
Color Harmonies of #14D4A3
Complementary color
Monochromatic Colors of #14D4A3
Black with #14D4A3
Text Example
Text Example
White with #14D4A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14D4A3; }
p { color: rgb(20,212,163); }
H1.HeaderClassName
{
color: #14D4A3;
}
.AnyTagClassName
{
color: #14D4A3;
}
</style>
background-color css
<style>
a { background-color: #14D4A3; }
a { background-color: rgb(20,212,163); }
div.DivClassName
{
background-color: #14D4A3;
}
.BgClassName
{
background-color: #14D4A3;
}
</style>
border-color css
<style>
span { border-color: #14D4A3; }
span { border-color: rgb(20,212,163); }
td.TdClassName
{
border-color: #14D4A3;
}
.TagClassName
{
border-color: #14D4A3;
}
</style>