Shades of Tea Green #CAF5C1
Tints of Tea Green #CAF5C1
RGB
CMYK
RGB Variations
Color information
#CAF5C1 (or 0xCAF5C1) is known color: Tea Green. HEX triplet: CA, F5 and C1. RGB value is (202,245,193). Sum of RGB (Red+Green+Blue) = 202+245+193=640 (84% of max value = 765). Red value is 202 (79.30% from 255 or 31.56% from 640); Green value is 245 (96.09% from 255 or 38.28% from 640); Blue value is 193 (75.78% from 255 or 30.16% from 640); Max value from RGB is 245 - color contains mainly: green. Hex color #CAF5C1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAF5C1 is #350A3E. Grayscale: #E2E2E2. Windows color (decimal): -3476031 or 12711370. OLE color: 12711370.
HSL color Cylindrical-coordinate representation of color #CAF5C1: hue angle of 109.62º degrees, saturation: 0.72, 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 #CAF5C1 is Cyan = 0.18, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 202 | 245 | 193 | - |
| CMYK | 0.18 | 0 | 0.21 | 0.04 |
| HSL | 109.62º | 0.72% | 0.86% | - |
| HSV(B) | 109.62º | 0.21% | 0.96% | - |
| XYZ | 66.64 | 81.71 | 62.71 | - |
| YUV | 226.22 | 109.25 | 110.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 245 | 193 | 0.18 | 0 | 0.21 | 0.04 | 109.62 | 0.72 | 0.86 |
| Hex | CA | F5 | C1 | 12 | 0 | 15 | 4 | 6E | 48 | 56 |
| Octal | 312 | 365 | 301 | 22 | 0 | 25 | 4 | 156 | 110 | 126 |
| Binary | 11001010 | 11110101 | 11000001 | 10010 | 0 | 10101 | 100 | 1101110 | 1001000 | 1010110 |
Color Harmonies of #CAF5C1
Complementary color
Monochromatic Colors of #CAF5C1
Black with #CAF5C1
Text Example
Text Example
White with #CAF5C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAF5C1; }
p { color: rgb(202,245,193); }
H1.HeaderClassName
{
color: #CAF5C1;
}
.AnyTagClassName
{
color: #CAF5C1;
}
</style>
background-color css
<style>
a { background-color: #CAF5C1; }
a { background-color: rgb(202,245,193); }
div.DivClassName
{
background-color: #CAF5C1;
}
.BgClassName
{
background-color: #CAF5C1;
}
</style>
border-color css
<style>
span { border-color: #CAF5C1; }
span { border-color: rgb(202,245,193); }
td.TdClassName
{
border-color: #CAF5C1;
}
.TagClassName
{
border-color: #CAF5C1;
}
</style>