Shades of Tea Green #CAF0C1
Tints of Tea Green #CAF0C1
RGB
CMYK
RGB Variations
Color information
#CAF0C1 (or 0xCAF0C1) is known color: Tea Green. HEX triplet: CA, F0 and C1. RGB value is (202,240,193). Sum of RGB (Red+Green+Blue) = 202+240+193=635 (84% of max value = 765). Red value is 202 (79.30% from 255 or 31.81% from 635); Green value is 240 (94.14% from 255 or 37.80% from 635); Blue value is 193 (75.78% from 255 or 30.39% from 635); Max value from RGB is 240 - color contains mainly: green. Hex color #CAF0C1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAF0C1 is #350F3E. Grayscale: #DFDFDF. Windows color (decimal): -3477311 or 12710090. OLE color: 12710090.
HSL color Cylindrical-coordinate representation of color #CAF0C1: hue angle of 108.51º degrees, saturation: 0.61, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CAF0C1 is Cyan = 0.16, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 202 | 240 | 193 | - |
| CMYK | 0.16 | 0 | 0.20 | 0.06 |
| HSL | 108.51º | 0.61% | 0.85% | - |
| HSV(B) | 108.51º | 0.2% | 0.94% | - |
| XYZ | 65.14 | 78.73 | 62.21 | - |
| YUV | 223.28 | 110.91 | 112.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 240 | 193 | 0.16 | 0 | 0.20 | 0.06 | 108.51 | 0.61 | 0.85 |
| Hex | CA | F0 | C1 | 10 | 0 | 14 | 6 | 6D | 3D | 55 |
| Octal | 312 | 360 | 301 | 20 | 0 | 24 | 6 | 155 | 75 | 125 |
| Binary | 11001010 | 11110000 | 11000001 | 10000 | 0 | 10100 | 110 | 1101101 | 111101 | 1010101 |
Color Harmonies of #CAF0C1
Complementary color
Monochromatic Colors of #CAF0C1
Black with #CAF0C1
Text Example
Text Example
White with #CAF0C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAF0C1; }
p { color: rgb(202,240,193); }
H1.HeaderClassName
{
color: #CAF0C1;
}
.AnyTagClassName
{
color: #CAF0C1;
}
</style>
background-color css
<style>
a { background-color: #CAF0C1; }
a { background-color: rgb(202,240,193); }
div.DivClassName
{
background-color: #CAF0C1;
}
.BgClassName
{
background-color: #CAF0C1;
}
</style>
border-color css
<style>
span { border-color: #CAF0C1; }
span { border-color: rgb(202,240,193); }
td.TdClassName
{
border-color: #CAF0C1;
}
.TagClassName
{
border-color: #CAF0C1;
}
</style>