Shades of Caribbean Green #14C09C
Tints of Caribbean Green #14C09C
RGB
CMYK
RGB Variations
Color information
#14C09C (or 0x14C09C) is known color: Caribbean Green. HEX triplet: 14, C0 and 9C. RGB value is (20,192,156). Sum of RGB (Red+Green+Blue) = 20+192+156=368 (48% of max value = 765). Red value is 20 (8.20% from 255 or 5.43% from 368); Green value is 192 (75.39% from 255 or 52.17% from 368); Blue value is 156 (61.33% from 255 or 42.39% from 368); Max value from RGB is 192 - color contains mainly: green. Hex color #14C09C is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #14C09C is #EB3F63. Grayscale: #888888. Windows color (decimal): -15417188 or 10272788. OLE color: 10272788.
HSL color Cylindrical-coordinate representation of color #14C09C: hue angle of 167.44º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #14C09C is Cyan = 0.90, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 20 | 192 | 156 | - |
| CMYK | 0.90 | 0 | 0.19 | 0.25 |
| HSL | 167.44º | 0.81% | 0.42% | - |
| HSV(B) | 167.44º | 0.9% | 0.75% | - |
| XYZ | 25.14 | 40.25 | 37.9 | - |
| YUV | 136.47 | 139.02 | 44.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 192 | 156 | 0.90 | 0 | 0.19 | 0.25 | 167.44 | 0.81 | 0.42 |
| Hex | 14 | C0 | 9C | 5A | 0 | 13 | 19 | A7 | 51 | 2A |
| Octal | 24 | 300 | 234 | 132 | 0 | 23 | 31 | 247 | 121 | 52 |
| Binary | 10100 | 11000000 | 10011100 | 1011010 | 0 | 10011 | 11001 | 10100111 | 1010001 | 101010 |
Color Harmonies of #14C09C
Complementary color
Monochromatic Colors of #14C09C
Black with #14C09C
Text Example
Text Example
White with #14C09C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14C09C; }
p { color: rgb(20,192,156); }
H1.HeaderClassName
{
color: #14C09C;
}
.AnyTagClassName
{
color: #14C09C;
}
</style>
background-color css
<style>
a { background-color: #14C09C; }
a { background-color: rgb(20,192,156); }
div.DivClassName
{
background-color: #14C09C;
}
.BgClassName
{
background-color: #14C09C;
}
</style>
border-color css
<style>
span { border-color: #14C09C; }
span { border-color: rgb(20,192,156); }
td.TdClassName
{
border-color: #14C09C;
}
.TagClassName
{
border-color: #14C09C;
}
</style>