Shades of Caribbean Green #14C098
Tints of Caribbean Green #14C098
RGB
CMYK
RGB Variations
Color information
#14C098 (or 0x14C098) is known color: Caribbean Green. HEX triplet: 14, C0 and 98. RGB value is (20,192,152). Sum of RGB (Red+Green+Blue) = 20+192+152=364 (48% of max value = 765). Red value is 20 (8.20% from 255 or 5.49% from 364); Green value is 192 (75.39% from 255 or 52.75% from 364); Blue value is 152 (59.77% from 255 or 41.76% from 364); Max value from RGB is 192 - color contains mainly: green. Hex color #14C098 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #14C098 is #EB3F67. Grayscale: #888888. Windows color (decimal): -15417192 or 10010644. OLE color: 10010644.
HSL color Cylindrical-coordinate representation of color #14C098: hue angle of 166.05º 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 #14C098 is Cyan = 0.90, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 20 | 192 | 152 | - |
| CMYK | 0.90 | 0 | 0.21 | 0.25 |
| HSL | 166.05º | 0.81% | 0.42% | - |
| HSV(B) | 166.05º | 0.9% | 0.75% | - |
| XYZ | 24.81 | 40.12 | 36.14 | - |
| YUV | 136.01 | 137.02 | 45.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 192 | 152 | 0.90 | 0 | 0.21 | 0.25 | 166.05 | 0.81 | 0.42 |
| Hex | 14 | C0 | 98 | 5A | 0 | 15 | 19 | A6 | 51 | 2A |
| Octal | 24 | 300 | 230 | 132 | 0 | 25 | 31 | 246 | 121 | 52 |
| Binary | 10100 | 11000000 | 10011000 | 1011010 | 0 | 10101 | 11001 | 10100110 | 1010001 | 101010 |
Color Harmonies of #14C098
Complementary color
Monochromatic Colors of #14C098
Black with #14C098
Text Example
Text Example
White with #14C098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14C098; }
p { color: rgb(20,192,152); }
H1.HeaderClassName
{
color: #14C098;
}
.AnyTagClassName
{
color: #14C098;
}
</style>
background-color css
<style>
a { background-color: #14C098; }
a { background-color: rgb(20,192,152); }
div.DivClassName
{
background-color: #14C098;
}
.BgClassName
{
background-color: #14C098;
}
</style>
border-color css
<style>
span { border-color: #14C098; }
span { border-color: rgb(20,192,152); }
td.TdClassName
{
border-color: #14C098;
}
.TagClassName
{
border-color: #14C098;
}
</style>