Shades of Tea Green #CAF3C2
Tints of Tea Green #CAF3C2
RGB
CMYK
RGB Variations
Color information
#CAF3C2 (or 0xCAF3C2) is known color: Tea Green. HEX triplet: CA, F3 and C2. RGB value is (202,243,194). Sum of RGB (Red+Green+Blue) = 202+243+194=639 (84% of max value = 765). Red value is 202 (79.30% from 255 or 31.61% from 639); Green value is 243 (95.31% from 255 or 38.03% from 639); Blue value is 194 (76.17% from 255 or 30.36% from 639); Max value from RGB is 243 - color contains mainly: green. Hex color #CAF3C2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAF3C2 is #350C3D. Grayscale: #E1E1E1. Windows color (decimal): -3476542 or 12776394. OLE color: 12776394.
HSL color Cylindrical-coordinate representation of color #CAF3C2: hue angle of 110.2º degrees, saturation: 0.67, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CAF3C2 is Cyan = 0.17, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 202 | 243 | 194 | - |
| CMYK | 0.17 | 0 | 0.20 | 0.05 |
| HSL | 110.2º | 0.67% | 0.86% | - |
| HSV(B) | 110.2º | 0.2% | 0.95% | - |
| XYZ | 66.15 | 80.55 | 63.1 | - |
| YUV | 225.16 | 110.42 | 111.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 243 | 194 | 0.17 | 0 | 0.20 | 0.05 | 110.2 | 0.67 | 0.86 |
| Hex | CA | F3 | C2 | 11 | 0 | 14 | 5 | 6E | 43 | 56 |
| Octal | 312 | 363 | 302 | 21 | 0 | 24 | 5 | 156 | 103 | 126 |
| Binary | 11001010 | 11110011 | 11000010 | 10001 | 0 | 10100 | 101 | 1101110 | 1000011 | 1010110 |
Color Harmonies of #CAF3C2
Complementary color
Monochromatic Colors of #CAF3C2
Black with #CAF3C2
Text Example
Text Example
White with #CAF3C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAF3C2; }
p { color: rgb(202,243,194); }
H1.HeaderClassName
{
color: #CAF3C2;
}
.AnyTagClassName
{
color: #CAF3C2;
}
</style>
background-color css
<style>
a { background-color: #CAF3C2; }
a { background-color: rgb(202,243,194); }
div.DivClassName
{
background-color: #CAF3C2;
}
.BgClassName
{
background-color: #CAF3C2;
}
</style>
border-color css
<style>
span { border-color: #CAF3C2; }
span { border-color: rgb(202,243,194); }
td.TdClassName
{
border-color: #CAF3C2;
}
.TagClassName
{
border-color: #CAF3C2;
}
</style>