Shades of Caribbean Green #14E0B4
Tints of Caribbean Green #14E0B4
RGB
CMYK
RGB Variations
Color information
#14E0B4 (or 0x14E0B4) is known color: Caribbean Green. HEX triplet: 14, E0 and B4. RGB value is (20,224,180). Sum of RGB (Red+Green+Blue) = 20+224+180=424 (56% of max value = 765). Red value is 20 (8.20% from 255 or 4.72% from 424); Green value is 224 (87.89% from 255 or 52.83% from 424); Blue value is 180 (70.70% from 255 or 42.45% from 424); Max value from RGB is 224 - color contains mainly: green. Hex color #14E0B4 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #14E0B4 is #EB1F4B. Grayscale: #9D9D9D. Windows color (decimal): -15408972 or 11853844. OLE color: 11853844.
HSL color Cylindrical-coordinate representation of color #14E0B4: hue angle of 167.06º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #14E0B4 is Cyan = 0.91, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 20 | 224 | 180 | - |
| CMYK | 0.91 | 0 | 0.20 | 0.12 |
| HSL | 167.06º | 0.84% | 0.48% | - |
| HSV(B) | 167.06º | 0.91% | 0.88% | - |
| XYZ | 35.18 | 56.76 | 52.28 | - |
| YUV | 157.99 | 140.41 | 29.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 224 | 180 | 0.91 | 0 | 0.20 | 0.12 | 167.06 | 0.84 | 0.48 |
| Hex | 14 | E0 | B4 | 5B | 0 | 14 | C | A7 | 54 | 30 |
| Octal | 24 | 340 | 264 | 133 | 0 | 24 | 14 | 247 | 124 | 60 |
| Binary | 10100 | 11100000 | 10110100 | 1011011 | 0 | 10100 | 1100 | 10100111 | 1010100 | 110000 |
Color Harmonies of #14E0B4
Complementary color
Monochromatic Colors of #14E0B4
Black with #14E0B4
Text Example
Text Example
White with #14E0B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14E0B4; }
p { color: rgb(20,224,180); }
H1.HeaderClassName
{
color: #14E0B4;
}
.AnyTagClassName
{
color: #14E0B4;
}
</style>
background-color css
<style>
a { background-color: #14E0B4; }
a { background-color: rgb(20,224,180); }
div.DivClassName
{
background-color: #14E0B4;
}
.BgClassName
{
background-color: #14E0B4;
}
</style>
border-color css
<style>
span { border-color: #14E0B4; }
span { border-color: rgb(20,224,180); }
td.TdClassName
{
border-color: #14E0B4;
}
.TagClassName
{
border-color: #14E0B4;
}
</style>