Shades of Caribbean Green #14C498
Tints of Caribbean Green #14C498
RGB
CMYK
RGB Variations
Color information
#14C498 (or 0x14C498) is known color: Caribbean Green. HEX triplet: 14, C4 and 98. RGB value is (20,196,152). Sum of RGB (Red+Green+Blue) = 20+196+152=368 (48% of max value = 765). Red value is 20 (8.20% from 255 or 5.43% from 368); Green value is 196 (76.95% from 255 or 53.26% from 368); Blue value is 152 (59.77% from 255 or 41.30% from 368); Max value from RGB is 196 - color contains mainly: green. Hex color #14C498 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #14C498 is #EB3B67. Grayscale: #8A8A8A. Windows color (decimal): -15416168 or 10011668. OLE color: 10011668.
HSL color Cylindrical-coordinate representation of color #14C498: hue angle of 165º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #14C498 is Cyan = 0.90, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 20 | 196 | 152 | - |
| CMYK | 0.90 | 0 | 0.22 | 0.23 |
| HSL | 165º | 0.81% | 0.42% | - |
| HSV(B) | 165º | 0.9% | 0.77% | - |
| XYZ | 25.7 | 41.9 | 36.44 | - |
| YUV | 138.36 | 135.69 | 43.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 196 | 152 | 0.90 | 0 | 0.22 | 0.23 | 165 | 0.81 | 0.42 |
| Hex | 14 | C4 | 98 | 5A | 0 | 16 | 17 | A5 | 51 | 2A |
| Octal | 24 | 304 | 230 | 132 | 0 | 26 | 27 | 245 | 121 | 52 |
| Binary | 10100 | 11000100 | 10011000 | 1011010 | 0 | 10110 | 10111 | 10100101 | 1010001 | 101010 |
Color Harmonies of #14C498
Complementary color
Monochromatic Colors of #14C498
Black with #14C498
Text Example
Text Example
White with #14C498
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14C498; }
p { color: rgb(20,196,152); }
H1.HeaderClassName
{
color: #14C498;
}
.AnyTagClassName
{
color: #14C498;
}
</style>
background-color css
<style>
a { background-color: #14C498; }
a { background-color: rgb(20,196,152); }
div.DivClassName
{
background-color: #14C498;
}
.BgClassName
{
background-color: #14C498;
}
</style>
border-color css
<style>
span { border-color: #14C498; }
span { border-color: rgb(20,196,152); }
td.TdClassName
{
border-color: #14C498;
}
.TagClassName
{
border-color: #14C498;
}
</style>