Shades of Caribbean Green #14D48A
Tints of Caribbean Green #14D48A
RGB
CMYK
RGB Variations
Color information
#14D48A (or 0x14D48A) is known color: Caribbean Green. HEX triplet: 14, D4 and 8A. RGB value is (20,212,138). Sum of RGB (Red+Green+Blue) = 20+212+138=370 (49% of max value = 765). Red value is 20 (8.20% from 255 or 5.41% from 370); Green value is 212 (83.20% from 255 or 57.30% from 370); Blue value is 138 (54.30% from 255 or 37.30% from 370); Max value from RGB is 212 - color contains mainly: green. Hex color #14D48A is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #14D48A is #EB2B75. Grayscale: #929292. Windows color (decimal): -15412086 or 9098260. OLE color: 9098260.
HSL color Cylindrical-coordinate representation of color #14D48A: hue angle of 156.88º 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 #14D48A is Cyan = 0.91, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 20 | 212 | 138 | - |
| CMYK | 0.91 | 0 | 0.35 | 0.17 |
| HSL | 156.88º | 0.83% | 0.45% | - |
| HSV(B) | 156.88º | 0.91% | 0.83% | - |
| XYZ | 28.42 | 49.07 | 32.02 | - |
| YUV | 146.16 | 123.39 | 38.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 212 | 138 | 0.91 | 0 | 0.35 | 0.17 | 156.88 | 0.83 | 0.45 |
| Hex | 14 | D4 | 8A | 5B | 0 | 23 | 11 | 9D | 53 | 2D |
| Octal | 24 | 324 | 212 | 133 | 0 | 43 | 21 | 235 | 123 | 55 |
| Binary | 10100 | 11010100 | 10001010 | 1011011 | 0 | 100011 | 10001 | 10011101 | 1010011 | 101101 |
Color Harmonies of #14D48A
Complementary color
Monochromatic Colors of #14D48A
Black with #14D48A
Text Example
Text Example
White with #14D48A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14D48A; }
p { color: rgb(20,212,138); }
H1.HeaderClassName
{
color: #14D48A;
}
.AnyTagClassName
{
color: #14D48A;
}
</style>
background-color css
<style>
a { background-color: #14D48A; }
a { background-color: rgb(20,212,138); }
div.DivClassName
{
background-color: #14D48A;
}
.BgClassName
{
background-color: #14D48A;
}
</style>
border-color css
<style>
span { border-color: #14D48A; }
span { border-color: rgb(20,212,138); }
td.TdClassName
{
border-color: #14D48A;
}
.TagClassName
{
border-color: #14D48A;
}
</style>