Shades of Tea Green #CAF3C0
Tints of Tea Green #CAF3C0
RGB
CMYK
RGB Variations
Color information
#CAF3C0 (or 0xCAF3C0) is known color: Tea Green. HEX triplet: CA, F3 and C0. RGB value is (202,243,192). Sum of RGB (Red+Green+Blue) = 202+243+192=637 (84% of max value = 765). Red value is 202 (79.30% from 255 or 31.71% from 637); Green value is 243 (95.31% from 255 or 38.15% from 637); Blue value is 192 (75.39% from 255 or 30.14% from 637); Max value from RGB is 243 - color contains mainly: green. Hex color #CAF3C0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAF3C0 is #350C3F. Grayscale: #E1E1E1. Windows color (decimal): -3476544 or 12645322. OLE color: 12645322.
HSL color Cylindrical-coordinate representation of color #CAF3C0: hue angle of 108.24º degrees, saturation: 0.68, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CAF3C0 is Cyan = 0.17, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 202 | 243 | 192 | - |
| CMYK | 0.17 | 0 | 0.21 | 0.05 |
| HSL | 108.24º | 0.68% | 0.85% | - |
| HSV(B) | 108.24º | 0.21% | 0.95% | - |
| XYZ | 65.92 | 80.46 | 61.93 | - |
| YUV | 224.93 | 109.42 | 111.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 243 | 192 | 0.17 | 0 | 0.21 | 0.05 | 108.24 | 0.68 | 0.85 |
| Hex | CA | F3 | C0 | 11 | 0 | 15 | 5 | 6C | 44 | 55 |
| Octal | 312 | 363 | 300 | 21 | 0 | 25 | 5 | 154 | 104 | 125 |
| Binary | 11001010 | 11110011 | 11000000 | 10001 | 0 | 10101 | 101 | 1101100 | 1000100 | 1010101 |
Color Harmonies of #CAF3C0
Complementary color
Monochromatic Colors of #CAF3C0
Black with #CAF3C0
Text Example
Text Example
White with #CAF3C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAF3C0; }
p { color: rgb(202,243,192); }
H1.HeaderClassName
{
color: #CAF3C0;
}
.AnyTagClassName
{
color: #CAF3C0;
}
</style>
background-color css
<style>
a { background-color: #CAF3C0; }
a { background-color: rgb(202,243,192); }
div.DivClassName
{
background-color: #CAF3C0;
}
.BgClassName
{
background-color: #CAF3C0;
}
</style>
border-color css
<style>
span { border-color: #CAF3C0; }
span { border-color: rgb(202,243,192); }
td.TdClassName
{
border-color: #CAF3C0;
}
.TagClassName
{
border-color: #CAF3C0;
}
</style>