Shades of Tea Green #CAF4C1
Tints of Tea Green #CAF4C1
RGB
CMYK
RGB Variations
Color information
#CAF4C1 (or 0xCAF4C1) is known color: Tea Green. HEX triplet: CA, F4 and C1. RGB value is (202,244,193). Sum of RGB (Red+Green+Blue) = 202+244+193=639 (84% of max value = 765). Red value is 202 (79.30% from 255 or 31.61% from 639); Green value is 244 (95.70% from 255 or 38.18% from 639); Blue value is 193 (75.78% from 255 or 30.20% from 639); Max value from RGB is 244 - color contains mainly: green. Hex color #CAF4C1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAF4C1 is #350B3E. Grayscale: #E1E1E1. Windows color (decimal): -3476287 or 12711114. OLE color: 12711114.
HSL color Cylindrical-coordinate representation of color #CAF4C1: hue angle of 109.41º degrees, saturation: 0.7, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CAF4C1 is Cyan = 0.17, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 202 | 244 | 193 | - |
| CMYK | 0.17 | 0 | 0.21 | 0.04 |
| HSL | 109.41º | 0.7% | 0.86% | - |
| HSV(B) | 109.41º | 0.21% | 0.96% | - |
| XYZ | 66.33 | 81.11 | 62.61 | - |
| YUV | 225.63 | 109.59 | 111.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 244 | 193 | 0.17 | 0 | 0.21 | 0.04 | 109.41 | 0.7 | 0.86 |
| Hex | CA | F4 | C1 | 11 | 0 | 15 | 4 | 6D | 46 | 56 |
| Octal | 312 | 364 | 301 | 21 | 0 | 25 | 4 | 155 | 106 | 126 |
| Binary | 11001010 | 11110100 | 11000001 | 10001 | 0 | 10101 | 100 | 1101101 | 1000110 | 1010110 |
Color Harmonies of #CAF4C1
Complementary color
Monochromatic Colors of #CAF4C1
Black with #CAF4C1
Text Example
Text Example
White with #CAF4C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAF4C1; }
p { color: rgb(202,244,193); }
H1.HeaderClassName
{
color: #CAF4C1;
}
.AnyTagClassName
{
color: #CAF4C1;
}
</style>
background-color css
<style>
a { background-color: #CAF4C1; }
a { background-color: rgb(202,244,193); }
div.DivClassName
{
background-color: #CAF4C1;
}
.BgClassName
{
background-color: #CAF4C1;
}
</style>
border-color css
<style>
span { border-color: #CAF4C1; }
span { border-color: rgb(202,244,193); }
td.TdClassName
{
border-color: #CAF4C1;
}
.TagClassName
{
border-color: #CAF4C1;
}
</style>