Shades of Caribbean Green #14C29A
Tints of Caribbean Green #14C29A
RGB
CMYK
RGB Variations
Color information
#14C29A (or 0x14C29A) is known color: Caribbean Green. HEX triplet: 14, C2 and 9A. RGB value is (20,194,154). Sum of RGB (Red+Green+Blue) = 20+194+154=368 (48% of max value = 765). Red value is 20 (8.20% from 255 or 5.43% from 368); Green value is 194 (76.17% from 255 or 52.72% from 368); Blue value is 154 (60.55% from 255 or 41.85% from 368); Max value from RGB is 194 - color contains mainly: green. Hex color #14C29A is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #14C29A is #EB3D65. Grayscale: #898989. Windows color (decimal): -15416678 or 10142228. OLE color: 10142228.
HSL color Cylindrical-coordinate representation of color #14C29A: hue angle of 166.21º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #14C29A is Cyan = 0.90, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 20 | 194 | 154 | - |
| CMYK | 0.90 | 0 | 0.21 | 0.24 |
| HSL | 166.21º | 0.81% | 0.42% | - |
| HSV(B) | 166.21º | 0.9% | 0.76% | - |
| XYZ | 25.41 | 41.07 | 37.16 | - |
| YUV | 137.41 | 137.35 | 44.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 194 | 154 | 0.90 | 0 | 0.21 | 0.24 | 166.21 | 0.81 | 0.42 |
| Hex | 14 | C2 | 9A | 5A | 0 | 15 | 18 | A6 | 51 | 2A |
| Octal | 24 | 302 | 232 | 132 | 0 | 25 | 30 | 246 | 121 | 52 |
| Binary | 10100 | 11000010 | 10011010 | 1011010 | 0 | 10101 | 11000 | 10100110 | 1010001 | 101010 |
Color Harmonies of #14C29A
Complementary color
Monochromatic Colors of #14C29A
Black with #14C29A
Text Example
Text Example
White with #14C29A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14C29A; }
p { color: rgb(20,194,154); }
H1.HeaderClassName
{
color: #14C29A;
}
.AnyTagClassName
{
color: #14C29A;
}
</style>
background-color css
<style>
a { background-color: #14C29A; }
a { background-color: rgb(20,194,154); }
div.DivClassName
{
background-color: #14C29A;
}
.BgClassName
{
background-color: #14C29A;
}
</style>
border-color css
<style>
span { border-color: #14C29A; }
span { border-color: rgb(20,194,154); }
td.TdClassName
{
border-color: #14C29A;
}
.TagClassName
{
border-color: #14C29A;
}
</style>