Shades of Tea Green #CAF2C1
Tints of Tea Green #CAF2C1
RGB
CMYK
RGB Variations
Color information
#CAF2C1 (or 0xCAF2C1) is known color: Tea Green. HEX triplet: CA, F2 and C1. RGB value is (202,242,193). Sum of RGB (Red+Green+Blue) = 202+242+193=637 (84% of max value = 765). Red value is 202 (79.30% from 255 or 31.71% from 637); Green value is 242 (94.92% from 255 or 37.99% from 637); Blue value is 193 (75.78% from 255 or 30.30% from 637); Max value from RGB is 242 - color contains mainly: green. Hex color #CAF2C1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAF2C1 is #350D3E. Grayscale: #E0E0E0. Windows color (decimal): -3476799 or 12710602. OLE color: 12710602.
HSL color Cylindrical-coordinate representation of color #CAF2C1: hue angle of 108.98º degrees, saturation: 0.65, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CAF2C1 is Cyan = 0.17, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 202 | 242 | 193 | - |
| CMYK | 0.17 | 0 | 0.20 | 0.05 |
| HSL | 108.98º | 0.65% | 0.85% | - |
| HSV(B) | 108.98º | 0.2% | 0.95% | - |
| XYZ | 65.73 | 79.91 | 62.41 | - |
| YUV | 224.45 | 110.25 | 111.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 242 | 193 | 0.17 | 0 | 0.20 | 0.05 | 108.98 | 0.65 | 0.85 |
| Hex | CA | F2 | C1 | 11 | 0 | 14 | 5 | 6D | 41 | 55 |
| Octal | 312 | 362 | 301 | 21 | 0 | 24 | 5 | 155 | 101 | 125 |
| Binary | 11001010 | 11110010 | 11000001 | 10001 | 0 | 10100 | 101 | 1101101 | 1000001 | 1010101 |
Color Harmonies of #CAF2C1
Complementary color
Monochromatic Colors of #CAF2C1
Black with #CAF2C1
Text Example
Text Example
White with #CAF2C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAF2C1; }
p { color: rgb(202,242,193); }
H1.HeaderClassName
{
color: #CAF2C1;
}
.AnyTagClassName
{
color: #CAF2C1;
}
</style>
background-color css
<style>
a { background-color: #CAF2C1; }
a { background-color: rgb(202,242,193); }
div.DivClassName
{
background-color: #CAF2C1;
}
.BgClassName
{
background-color: #CAF2C1;
}
</style>
border-color css
<style>
span { border-color: #CAF2C1; }
span { border-color: rgb(202,242,193); }
td.TdClassName
{
border-color: #CAF2C1;
}
.TagClassName
{
border-color: #CAF2C1;
}
</style>