Shades of Caribbean Green #14CCA2
Tints of Caribbean Green #14CCA2
RGB
CMYK
RGB Variations
Color information
#14CCA2 (or 0x14CCA2) is known color: Caribbean Green. HEX triplet: 14, CC and A2. RGB value is (20,204,162). Sum of RGB (Red+Green+Blue) = 20+204+162=386 (51% of max value = 765). Red value is 20 (8.20% from 255 or 5.18% from 386); Green value is 204 (80.08% from 255 or 52.85% from 386); Blue value is 162 (63.67% from 255 or 41.97% from 386); Max value from RGB is 204 - color contains mainly: green. Hex color #14CCA2 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #14CCA2 is #EB335D. Grayscale: #909090. Windows color (decimal): -15414110 or 10669076. OLE color: 10669076.
HSL color Cylindrical-coordinate representation of color #14CCA2: hue angle of 166.3º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #14CCA2 is Cyan = 0.90, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 20 | 204 | 162 | - |
| CMYK | 0.90 | 0 | 0.21 | 0.2 |
| HSL | 166.3º | 0.82% | 0.44% | - |
| HSV(B) | 166.3º | 0.9% | 0.8% | - |
| XYZ | 28.4 | 45.94 | 41.55 | - |
| YUV | 144.2 | 138.04 | 39.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 204 | 162 | 0.90 | 0 | 0.21 | 0.2 | 166.3 | 0.82 | 0.44 |
| Hex | 14 | CC | A2 | 5A | 0 | 15 | 14 | A6 | 52 | 2C |
| Octal | 24 | 314 | 242 | 132 | 0 | 25 | 24 | 246 | 122 | 54 |
| Binary | 10100 | 11001100 | 10100010 | 1011010 | 0 | 10101 | 10100 | 10100110 | 1010010 | 101100 |
Color Harmonies of #14CCA2
Complementary color
Monochromatic Colors of #14CCA2
Black with #14CCA2
Text Example
Text Example
White with #14CCA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14CCA2; }
p { color: rgb(20,204,162); }
H1.HeaderClassName
{
color: #14CCA2;
}
.AnyTagClassName
{
color: #14CCA2;
}
</style>
background-color css
<style>
a { background-color: #14CCA2; }
a { background-color: rgb(20,204,162); }
div.DivClassName
{
background-color: #14CCA2;
}
.BgClassName
{
background-color: #14CCA2;
}
</style>
border-color css
<style>
span { border-color: #14CCA2; }
span { border-color: rgb(20,204,162); }
td.TdClassName
{
border-color: #14CCA2;
}
.TagClassName
{
border-color: #14CCA2;
}
</style>