Shades of Caribbean Green #14C8A2
Tints of Caribbean Green #14C8A2
RGB
CMYK
RGB Variations
Color information
#14C8A2 (or 0x14C8A2) is known color: Caribbean Green. HEX triplet: 14, C8 and A2. RGB value is (20,200,162). Sum of RGB (Red+Green+Blue) = 20+200+162=382 (50% of max value = 765). Red value is 20 (8.20% from 255 or 5.24% from 382); Green value is 200 (78.52% from 255 or 52.36% from 382); Blue value is 162 (63.67% from 255 or 42.41% from 382); Max value from RGB is 200 - color contains mainly: green. Hex color #14C8A2 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #14C8A2 is #EB375D. Grayscale: #8D8D8D. Windows color (decimal): -15415134 or 10668052. OLE color: 10668052.
HSL color Cylindrical-coordinate representation of color #14C8A2: hue angle of 167.33º 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 #14C8A2 is Cyan = 0.9, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 20 | 200 | 162 | - |
| CMYK | 0.9 | 0 | 0.19 | 0.22 |
| HSL | 167.33º | 0.82% | 0.43% | - |
| HSV(B) | 167.33º | 0.9% | 0.78% | - |
| XYZ | 27.46 | 44.07 | 41.24 | - |
| YUV | 141.85 | 139.37 | 41.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 200 | 162 | 0.9 | 0 | 0.19 | 0.22 | 167.33 | 0.82 | 0.43 |
| Hex | 14 | C8 | A2 | 5A | 0 | 13 | 16 | A7 | 52 | 2B |
| Octal | 24 | 310 | 242 | 132 | 0 | 23 | 26 | 247 | 122 | 53 |
| Binary | 10100 | 11001000 | 10100010 | 1011010 | 0 | 10011 | 10110 | 10100111 | 1010010 | 101011 |
Color Harmonies of #14C8A2
Complementary color
Monochromatic Colors of #14C8A2
Black with #14C8A2
Text Example
Text Example
White with #14C8A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14C8A2; }
p { color: rgb(20,200,162); }
H1.HeaderClassName
{
color: #14C8A2;
}
.AnyTagClassName
{
color: #14C8A2;
}
</style>
background-color css
<style>
a { background-color: #14C8A2; }
a { background-color: rgb(20,200,162); }
div.DivClassName
{
background-color: #14C8A2;
}
.BgClassName
{
background-color: #14C8A2;
}
</style>
border-color css
<style>
span { border-color: #14C8A2; }
span { border-color: rgb(20,200,162); }
td.TdClassName
{
border-color: #14C8A2;
}
.TagClassName
{
border-color: #14C8A2;
}
</style>