Shades of Caribbean Green #14C792
Tints of Caribbean Green #14C792
RGB
CMYK
RGB Variations
Color information
#14C792 (or 0x14C792) is known color: Caribbean Green. HEX triplet: 14, C7 and 92. RGB value is (20,199,146). Sum of RGB (Red+Green+Blue) = 20+199+146=365 (48% of max value = 765). Red value is 20 (8.20% from 255 or 5.48% from 365); Green value is 199 (78.12% from 255 or 54.52% from 365); Blue value is 146 (57.42% from 255 or 40% from 365); Max value from RGB is 199 - color contains mainly: green. Hex color #14C792 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #14C792 is #EB386D. Grayscale: #8B8B8B. Windows color (decimal): -15415406 or 9619220. OLE color: 9619220.
HSL color Cylindrical-coordinate representation of color #14C792: hue angle of 162.23º 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 #14C792 is Cyan = 0.90, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 20 | 199 | 146 | - |
| CMYK | 0.90 | 0 | 0.27 | 0.22 |
| HSL | 162.23º | 0.82% | 0.43% | - |
| HSV(B) | 162.23º | 0.9% | 0.78% | - |
| XYZ | 25.9 | 43.07 | 34.14 | - |
| YUV | 139.44 | 131.7 | 42.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 199 | 146 | 0.90 | 0 | 0.27 | 0.22 | 162.23 | 0.82 | 0.43 |
| Hex | 14 | C7 | 92 | 5A | 0 | 1B | 16 | A2 | 52 | 2B |
| Octal | 24 | 307 | 222 | 132 | 0 | 33 | 26 | 242 | 122 | 53 |
| Binary | 10100 | 11000111 | 10010010 | 1011010 | 0 | 11011 | 10110 | 10100010 | 1010010 | 101011 |
Color Harmonies of #14C792
Complementary color
Monochromatic Colors of #14C792
Black with #14C792
Text Example
Text Example
White with #14C792
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14C792; }
p { color: rgb(20,199,146); }
H1.HeaderClassName
{
color: #14C792;
}
.AnyTagClassName
{
color: #14C792;
}
</style>
background-color css
<style>
a { background-color: #14C792; }
a { background-color: rgb(20,199,146); }
div.DivClassName
{
background-color: #14C792;
}
.BgClassName
{
background-color: #14C792;
}
</style>
border-color css
<style>
span { border-color: #14C792; }
span { border-color: rgb(20,199,146); }
td.TdClassName
{
border-color: #14C792;
}
.TagClassName
{
border-color: #14C792;
}
</style>