Shades of Caribbean Green #14CB99
Tints of Caribbean Green #14CB99
RGB
CMYK
RGB Variations
Color information
#14CB99 (or 0x14CB99) is known color: Caribbean Green. HEX triplet: 14, CB and 99. RGB value is (20,203,153). Sum of RGB (Red+Green+Blue) = 20+203+153=376 (49% of max value = 765). Red value is 20 (8.20% from 255 or 5.32% from 376); Green value is 203 (79.69% from 255 or 53.99% from 376); Blue value is 153 (60.16% from 255 or 40.69% from 376); Max value from RGB is 203 - color contains mainly: green. Hex color #14CB99 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #14CB99 is #EB3466. Grayscale: #8E8E8E. Windows color (decimal): -15414375 or 10078996. OLE color: 10078996.
HSL color Cylindrical-coordinate representation of color #14CB99: hue angle of 163.61º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #14CB99 is Cyan = 0.90, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 20 | 203 | 153 | - |
| CMYK | 0.90 | 0 | 0.25 | 0.20 |
| HSL | 163.61º | 0.82% | 0.44% | - |
| HSV(B) | 163.61º | 0.9% | 0.8% | - |
| XYZ | 27.39 | 45.16 | 37.41 | - |
| YUV | 142.58 | 133.87 | 40.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 203 | 153 | 0.90 | 0 | 0.25 | 0.20 | 163.61 | 0.82 | 0.44 |
| Hex | 14 | CB | 99 | 5A | 0 | 19 | 14 | A4 | 52 | 2C |
| Octal | 24 | 313 | 231 | 132 | 0 | 31 | 24 | 244 | 122 | 54 |
| Binary | 10100 | 11001011 | 10011001 | 1011010 | 0 | 11001 | 10100 | 10100100 | 1010010 | 101100 |
Color Harmonies of #14CB99
Complementary color
Monochromatic Colors of #14CB99
Black with #14CB99
Text Example
Text Example
White with #14CB99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14CB99; }
p { color: rgb(20,203,153); }
H1.HeaderClassName
{
color: #14CB99;
}
.AnyTagClassName
{
color: #14CB99;
}
</style>
background-color css
<style>
a { background-color: #14CB99; }
a { background-color: rgb(20,203,153); }
div.DivClassName
{
background-color: #14CB99;
}
.BgClassName
{
background-color: #14CB99;
}
</style>
border-color css
<style>
span { border-color: #14CB99; }
span { border-color: rgb(20,203,153); }
td.TdClassName
{
border-color: #14CB99;
}
.TagClassName
{
border-color: #14CB99;
}
</style>