Shades of Caribbean Green #14CB9C
Tints of Caribbean Green #14CB9C
RGB
CMYK
RGB Variations
Color information
#14CB9C (or 0x14CB9C) is known color: Caribbean Green. HEX triplet: 14, CB and 9C. RGB value is (20,203,156). Sum of RGB (Red+Green+Blue) = 20+203+156=379 (50% of max value = 765). Red value is 20 (8.20% from 255 or 5.28% from 379); Green value is 203 (79.69% from 255 or 53.56% from 379); Blue value is 156 (61.33% from 255 or 41.16% from 379); Max value from RGB is 203 - color contains mainly: green. Hex color #14CB9C is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #14CB9C is #EB3463. Grayscale: #8E8E8E. Windows color (decimal): -15414372 or 10275604. OLE color: 10275604.
HSL color Cylindrical-coordinate representation of color #14CB9C: hue angle of 164.59º 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 #14CB9C is Cyan = 0.90, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 20 | 203 | 156 | - |
| CMYK | 0.90 | 0 | 0.23 | 0.20 |
| HSL | 164.59º | 0.82% | 0.44% | - |
| HSV(B) | 164.59º | 0.9% | 0.8% | - |
| XYZ | 27.65 | 45.26 | 38.73 | - |
| YUV | 142.93 | 135.37 | 40.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 203 | 156 | 0.90 | 0 | 0.23 | 0.20 | 164.59 | 0.82 | 0.44 |
| Hex | 14 | CB | 9C | 5A | 0 | 17 | 14 | A5 | 52 | 2C |
| Octal | 24 | 313 | 234 | 132 | 0 | 27 | 24 | 245 | 122 | 54 |
| Binary | 10100 | 11001011 | 10011100 | 1011010 | 0 | 10111 | 10100 | 10100101 | 1010010 | 101100 |
Color Harmonies of #14CB9C
Complementary color
Monochromatic Colors of #14CB9C
Black with #14CB9C
Text Example
Text Example
White with #14CB9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14CB9C; }
p { color: rgb(20,203,156); }
H1.HeaderClassName
{
color: #14CB9C;
}
.AnyTagClassName
{
color: #14CB9C;
}
</style>
background-color css
<style>
a { background-color: #14CB9C; }
a { background-color: rgb(20,203,156); }
div.DivClassName
{
background-color: #14CB9C;
}
.BgClassName
{
background-color: #14CB9C;
}
</style>
border-color css
<style>
span { border-color: #14CB9C; }
span { border-color: rgb(20,203,156); }
td.TdClassName
{
border-color: #14CB9C;
}
.TagClassName
{
border-color: #14CB9C;
}
</style>