Shades of Caribbean Green #14CE99
Tints of Caribbean Green #14CE99
RGB
CMYK
RGB Variations
Color information
#14CE99 (or 0x14CE99) is known color: Caribbean Green. HEX triplet: 14, CE and 99. RGB value is (20,206,153). Sum of RGB (Red+Green+Blue) = 20+206+153=379 (50% of max value = 765). Red value is 20 (8.20% from 255 or 5.28% from 379); Green value is 206 (80.86% from 255 or 54.35% from 379); Blue value is 153 (60.16% from 255 or 40.37% from 379); Max value from RGB is 206 - color contains mainly: green. Hex color #14CE99 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #14CE99 is #EB3166. Grayscale: #909090. Windows color (decimal): -15413607 or 10079764. OLE color: 10079764.
HSL color Cylindrical-coordinate representation of color #14CE99: hue angle of 162.9º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #14CE99 is Cyan = 0.90, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 20 | 206 | 153 | - |
| CMYK | 0.90 | 0 | 0.26 | 0.19 |
| HSL | 162.9º | 0.82% | 0.44% | - |
| HSV(B) | 162.9º | 0.9% | 0.81% | - |
| XYZ | 28.11 | 46.59 | 37.65 | - |
| YUV | 144.34 | 132.88 | 39.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 206 | 153 | 0.90 | 0 | 0.26 | 0.19 | 162.9 | 0.82 | 0.44 |
| Hex | 14 | CE | 99 | 5A | 0 | 1A | 13 | A3 | 52 | 2C |
| Octal | 24 | 316 | 231 | 132 | 0 | 32 | 23 | 243 | 122 | 54 |
| Binary | 10100 | 11001110 | 10011001 | 1011010 | 0 | 11010 | 10011 | 10100011 | 1010010 | 101100 |
Color Harmonies of #14CE99
Complementary color
Monochromatic Colors of #14CE99
Black with #14CE99
Text Example
Text Example
White with #14CE99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14CE99; }
p { color: rgb(20,206,153); }
H1.HeaderClassName
{
color: #14CE99;
}
.AnyTagClassName
{
color: #14CE99;
}
</style>
background-color css
<style>
a { background-color: #14CE99; }
a { background-color: rgb(20,206,153); }
div.DivClassName
{
background-color: #14CE99;
}
.BgClassName
{
background-color: #14CE99;
}
</style>
border-color css
<style>
span { border-color: #14CE99; }
span { border-color: rgb(20,206,153); }
td.TdClassName
{
border-color: #14CE99;
}
.TagClassName
{
border-color: #14CE99;
}
</style>