Shades of Caribbean Green #14C695
Tints of Caribbean Green #14C695
RGB
CMYK
RGB Variations
Color information
#14C695 (or 0x14C695) is known color: Caribbean Green. HEX triplet: 14, C6 and 95. RGB value is (20,198,149). Sum of RGB (Red+Green+Blue) = 20+198+149=367 (48% of max value = 765). Red value is 20 (8.20% from 255 or 5.45% from 367); Green value is 198 (77.73% from 255 or 53.95% from 367); Blue value is 149 (58.59% from 255 or 40.60% from 367); Max value from RGB is 198 - color contains mainly: green. Hex color #14C695 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #14C695 is #EB396A. Grayscale: #8B8B8B. Windows color (decimal): -15415659 or 9815572. OLE color: 9815572.
HSL color Cylindrical-coordinate representation of color #14C695: hue angle of 163.48º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #14C695 is Cyan = 0.90, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 20 | 198 | 149 | - |
| CMYK | 0.90 | 0 | 0.25 | 0.22 |
| HSL | 163.48º | 0.82% | 0.43% | - |
| HSV(B) | 163.48º | 0.9% | 0.78% | - |
| XYZ | 25.91 | 42.71 | 35.31 | - |
| YUV | 139.19 | 133.53 | 42.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 198 | 149 | 0.90 | 0 | 0.25 | 0.22 | 163.48 | 0.82 | 0.43 |
| Hex | 14 | C6 | 95 | 5A | 0 | 19 | 16 | A3 | 52 | 2B |
| Octal | 24 | 306 | 225 | 132 | 0 | 31 | 26 | 243 | 122 | 53 |
| Binary | 10100 | 11000110 | 10010101 | 1011010 | 0 | 11001 | 10110 | 10100011 | 1010010 | 101011 |
Color Harmonies of #14C695
Complementary color
Monochromatic Colors of #14C695
Black with #14C695
Text Example
Text Example
White with #14C695
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14C695; }
p { color: rgb(20,198,149); }
H1.HeaderClassName
{
color: #14C695;
}
.AnyTagClassName
{
color: #14C695;
}
</style>
background-color css
<style>
a { background-color: #14C695; }
a { background-color: rgb(20,198,149); }
div.DivClassName
{
background-color: #14C695;
}
.BgClassName
{
background-color: #14C695;
}
</style>
border-color css
<style>
span { border-color: #14C695; }
span { border-color: rgb(20,198,149); }
td.TdClassName
{
border-color: #14C695;
}
.TagClassName
{
border-color: #14C695;
}
</style>