Shades of Caribbean Green #14D092
Tints of Caribbean Green #14D092
RGB
CMYK
RGB Variations
Color information
#14D092 (or 0x14D092) is known color: Caribbean Green. HEX triplet: 14, D0 and 92. RGB value is (20,208,146). Sum of RGB (Red+Green+Blue) = 20+208+146=374 (49% of max value = 765). Red value is 20 (8.20% from 255 or 5.35% from 374); Green value is 208 (81.64% from 255 or 55.61% from 374); Blue value is 146 (57.42% from 255 or 39.04% from 374); Max value from RGB is 208 - color contains mainly: green. Hex color #14D092 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #14D092 is #EB2F6D. Grayscale: #909090. Windows color (decimal): -15413102 or 9621524. OLE color: 9621524.
HSL color Cylindrical-coordinate representation of color #14D092: hue angle of 160.21º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #14D092 is Cyan = 0.90, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 20 | 208 | 146 | - |
| CMYK | 0.90 | 0 | 0.30 | 0.18 |
| HSL | 160.21º | 0.82% | 0.45% | - |
| HSV(B) | 160.21º | 0.9% | 0.82% | - |
| XYZ | 28.03 | 47.34 | 34.85 | - |
| YUV | 144.72 | 128.72 | 39.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 208 | 146 | 0.90 | 0 | 0.30 | 0.18 | 160.21 | 0.82 | 0.45 |
| Hex | 14 | D0 | 92 | 5A | 0 | 1E | 12 | A0 | 52 | 2D |
| Octal | 24 | 320 | 222 | 132 | 0 | 36 | 22 | 240 | 122 | 55 |
| Binary | 10100 | 11010000 | 10010010 | 1011010 | 0 | 11110 | 10010 | 10100000 | 1010010 | 101101 |
Color Harmonies of #14D092
Complementary color
Monochromatic Colors of #14D092
Black with #14D092
Text Example
Text Example
White with #14D092
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14D092; }
p { color: rgb(20,208,146); }
H1.HeaderClassName
{
color: #14D092;
}
.AnyTagClassName
{
color: #14D092;
}
</style>
background-color css
<style>
a { background-color: #14D092; }
a { background-color: rgb(20,208,146); }
div.DivClassName
{
background-color: #14D092;
}
.BgClassName
{
background-color: #14D092;
}
</style>
border-color css
<style>
span { border-color: #14D092; }
span { border-color: rgb(20,208,146); }
td.TdClassName
{
border-color: #14D092;
}
.TagClassName
{
border-color: #14D092;
}
</style>