Shades of Caribbean Green #14CAA1
Tints of Caribbean Green #14CAA1
RGB
CMYK
RGB Variations
Color information
#14CAA1 (or 0x14CAA1) is known color: Caribbean Green. HEX triplet: 14, CA and A1. RGB value is (20,202,161). Sum of RGB (Red+Green+Blue) = 20+202+161=383 (50% of max value = 765). Red value is 20 (8.20% from 255 or 5.22% from 383); Green value is 202 (79.30% from 255 or 52.74% from 383); Blue value is 161 (63.28% from 255 or 42.04% from 383); Max value from RGB is 202 - color contains mainly: green. Hex color #14CAA1 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #14CAA1 is #EB355E. Grayscale: #8E8E8E. Windows color (decimal): -15414623 or 10603028. OLE color: 10603028.
HSL color Cylindrical-coordinate representation of color #14CAA1: hue angle of 166.48º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #14CAA1 is Cyan = 0.90, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 20 | 202 | 161 | - |
| CMYK | 0.90 | 0 | 0.20 | 0.21 |
| HSL | 166.48º | 0.82% | 0.44% | - |
| HSV(B) | 166.48º | 0.9% | 0.79% | - |
| XYZ | 27.84 | 44.96 | 40.93 | - |
| YUV | 142.91 | 138.2 | 40.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 202 | 161 | 0.90 | 0 | 0.20 | 0.21 | 166.48 | 0.82 | 0.44 |
| Hex | 14 | CA | A1 | 5A | 0 | 14 | 15 | A6 | 52 | 2C |
| Octal | 24 | 312 | 241 | 132 | 0 | 24 | 25 | 246 | 122 | 54 |
| Binary | 10100 | 11001010 | 10100001 | 1011010 | 0 | 10100 | 10101 | 10100110 | 1010010 | 101100 |
Color Harmonies of #14CAA1
Complementary color
Monochromatic Colors of #14CAA1
Black with #14CAA1
Text Example
Text Example
White with #14CAA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14CAA1; }
p { color: rgb(20,202,161); }
H1.HeaderClassName
{
color: #14CAA1;
}
.AnyTagClassName
{
color: #14CAA1;
}
</style>
background-color css
<style>
a { background-color: #14CAA1; }
a { background-color: rgb(20,202,161); }
div.DivClassName
{
background-color: #14CAA1;
}
.BgClassName
{
background-color: #14CAA1;
}
</style>
border-color css
<style>
span { border-color: #14CAA1; }
span { border-color: rgb(20,202,161); }
td.TdClassName
{
border-color: #14CAA1;
}
.TagClassName
{
border-color: #14CAA1;
}
</style>