Shades of Tea Green #CAF2C3
Tints of Tea Green #CAF2C3
RGB
CMYK
RGB Variations
Color information
#CAF2C3 (or 0xCAF2C3) is known color: Tea Green. HEX triplet: CA, F2 and C3. RGB value is (202,242,195). Sum of RGB (Red+Green+Blue) = 202+242+195=639 (84% of max value = 765). Red value is 202 (79.30% from 255 or 31.61% from 639); Green value is 242 (94.92% from 255 or 37.87% from 639); Blue value is 195 (76.56% from 255 or 30.52% from 639); Max value from RGB is 242 - color contains mainly: green. Hex color #CAF2C3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAF2C3 is #350D3C. Grayscale: #E0E0E0. Windows color (decimal): -3476797 or 12841674. OLE color: 12841674.
HSL color Cylindrical-coordinate representation of color #CAF2C3: hue angle of 111.06º degrees, saturation: 0.64, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CAF2C3 is Cyan = 0.17, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 202 | 242 | 195 | - |
| CMYK | 0.17 | 0 | 0.19 | 0.05 |
| HSL | 111.06º | 0.64% | 0.86% | - |
| HSV(B) | 111.06º | 0.19% | 0.95% | - |
| XYZ | 65.96 | 80 | 63.6 | - |
| YUV | 224.68 | 111.25 | 111.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 242 | 195 | 0.17 | 0 | 0.19 | 0.05 | 111.06 | 0.64 | 0.86 |
| Hex | CA | F2 | C3 | 11 | 0 | 13 | 5 | 6F | 40 | 56 |
| Octal | 312 | 362 | 303 | 21 | 0 | 23 | 5 | 157 | 100 | 126 |
| Binary | 11001010 | 11110010 | 11000011 | 10001 | 0 | 10011 | 101 | 1101111 | 1000000 | 1010110 |
Color Harmonies of #CAF2C3
Complementary color
Monochromatic Colors of #CAF2C3
Black with #CAF2C3
Text Example
Text Example
White with #CAF2C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAF2C3; }
p { color: rgb(202,242,195); }
H1.HeaderClassName
{
color: #CAF2C3;
}
.AnyTagClassName
{
color: #CAF2C3;
}
</style>
background-color css
<style>
a { background-color: #CAF2C3; }
a { background-color: rgb(202,242,195); }
div.DivClassName
{
background-color: #CAF2C3;
}
.BgClassName
{
background-color: #CAF2C3;
}
</style>
border-color css
<style>
span { border-color: #CAF2C3; }
span { border-color: rgb(202,242,195); }
td.TdClassName
{
border-color: #CAF2C3;
}
.TagClassName
{
border-color: #CAF2C3;
}
</style>