Shades of Caribbean Green #14C299
Tints of Caribbean Green #14C299
RGB
CMYK
RGB Variations
Color information
#14C299 (or 0x14C299) is known color: Caribbean Green. HEX triplet: 14, C2 and 99. RGB value is (20,194,153). Sum of RGB (Red+Green+Blue) = 20+194+153=367 (48% of max value = 765). Red value is 20 (8.20% from 255 or 5.45% from 367); Green value is 194 (76.17% from 255 or 52.86% from 367); Blue value is 153 (60.16% from 255 or 41.69% from 367); Max value from RGB is 194 - color contains mainly: green. Hex color #14C299 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #14C299 is #EB3D66. Grayscale: #898989. Windows color (decimal): -15416679 or 10076692. OLE color: 10076692.
HSL color Cylindrical-coordinate representation of color #14C299: hue angle of 165.86º 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 #14C299 is Cyan = 0.90, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 20 | 194 | 153 | - |
| CMYK | 0.90 | 0 | 0.21 | 0.24 |
| HSL | 165.86º | 0.81% | 0.42% | - |
| HSV(B) | 165.86º | 0.9% | 0.76% | - |
| XYZ | 25.33 | 41.03 | 36.72 | - |
| YUV | 137.3 | 136.85 | 44.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 194 | 153 | 0.90 | 0 | 0.21 | 0.24 | 165.86 | 0.81 | 0.42 |
| Hex | 14 | C2 | 99 | 5A | 0 | 15 | 18 | A6 | 51 | 2A |
| Octal | 24 | 302 | 231 | 132 | 0 | 25 | 30 | 246 | 121 | 52 |
| Binary | 10100 | 11000010 | 10011001 | 1011010 | 0 | 10101 | 11000 | 10100110 | 1010001 | 101010 |
Color Harmonies of #14C299
Complementary color
Monochromatic Colors of #14C299
Black with #14C299
Text Example
Text Example
White with #14C299
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14C299; }
p { color: rgb(20,194,153); }
H1.HeaderClassName
{
color: #14C299;
}
.AnyTagClassName
{
color: #14C299;
}
</style>
background-color css
<style>
a { background-color: #14C299; }
a { background-color: rgb(20,194,153); }
div.DivClassName
{
background-color: #14C299;
}
.BgClassName
{
background-color: #14C299;
}
</style>
border-color css
<style>
span { border-color: #14C299; }
span { border-color: rgb(20,194,153); }
td.TdClassName
{
border-color: #14C299;
}
.TagClassName
{
border-color: #14C299;
}
</style>