Shades of Caribbean Green #14C19B
Tints of Caribbean Green #14C19B
RGB
CMYK
RGB Variations
Color information
#14C19B (or 0x14C19B) is known color: Caribbean Green. HEX triplet: 14, C1 and 9B. RGB value is (20,193,155). Sum of RGB (Red+Green+Blue) = 20+193+155=368 (48% of max value = 765). Red value is 20 (8.20% from 255 or 5.43% from 368); Green value is 193 (75.78% from 255 or 52.45% from 368); Blue value is 155 (60.94% from 255 or 42.12% from 368); Max value from RGB is 193 - color contains mainly: green. Hex color #14C19B is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #14C19B is #EB3E64. Grayscale: #888888. Windows color (decimal): -15416933 or 10207508. OLE color: 10207508.
HSL color Cylindrical-coordinate representation of color #14C19B: hue angle of 166.82º 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 #14C19B is Cyan = 0.90, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 20 | 193 | 155 | - |
| CMYK | 0.90 | 0 | 0.20 | 0.24 |
| HSL | 166.82º | 0.81% | 0.42% | - |
| HSV(B) | 166.82º | 0.9% | 0.76% | - |
| XYZ | 25.27 | 40.66 | 37.53 | - |
| YUV | 136.94 | 138.19 | 44.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 193 | 155 | 0.90 | 0 | 0.20 | 0.24 | 166.82 | 0.81 | 0.42 |
| Hex | 14 | C1 | 9B | 5A | 0 | 14 | 18 | A7 | 51 | 2A |
| Octal | 24 | 301 | 233 | 132 | 0 | 24 | 30 | 247 | 121 | 52 |
| Binary | 10100 | 11000001 | 10011011 | 1011010 | 0 | 10100 | 11000 | 10100111 | 1010001 | 101010 |
Color Harmonies of #14C19B
Complementary color
Monochromatic Colors of #14C19B
Black with #14C19B
Text Example
Text Example
White with #14C19B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14C19B; }
p { color: rgb(20,193,155); }
H1.HeaderClassName
{
color: #14C19B;
}
.AnyTagClassName
{
color: #14C19B;
}
</style>
background-color css
<style>
a { background-color: #14C19B; }
a { background-color: rgb(20,193,155); }
div.DivClassName
{
background-color: #14C19B;
}
.BgClassName
{
background-color: #14C19B;
}
</style>
border-color css
<style>
span { border-color: #14C19B; }
span { border-color: rgb(20,193,155); }
td.TdClassName
{
border-color: #14C19B;
}
.TagClassName
{
border-color: #14C19B;
}
</style>