Shades of Tea Green #CAEBC2
Tints of Tea Green #CAEBC2
RGB
CMYK
RGB Variations
Color information
#CAEBC2 (or 0xCAEBC2) is known color: Tea Green. HEX triplet: CA, EB and C2. RGB value is (202,235,194). Sum of RGB (Red+Green+Blue) = 202+235+194=631 (83% of max value = 765). Red value is 202 (79.30% from 255 or 32.01% from 631); Green value is 235 (92.19% from 255 or 37.24% from 631); Blue value is 194 (76.17% from 255 or 30.74% from 631); Max value from RGB is 235 - color contains mainly: green. Hex color #CAEBC2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAEBC2 is #35143D. Grayscale: #DCDCDC. Windows color (decimal): -3478590 or 12774346. OLE color: 12774346.
HSL color Cylindrical-coordinate representation of color #CAEBC2: hue angle of 108.29º degrees, saturation: 0.51, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CAEBC2 is Cyan = 0.14, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 202 | 235 | 194 | - |
| CMYK | 0.14 | 0 | 0.17 | 0.08 |
| HSL | 108.29º | 0.51% | 0.84% | - |
| HSV(B) | 108.29º | 0.17% | 0.92% | - |
| XYZ | 63.8 | 75.87 | 62.32 | - |
| YUV | 220.46 | 113.07 | 114.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 235 | 194 | 0.14 | 0 | 0.17 | 0.08 | 108.29 | 0.51 | 0.84 |
| Hex | CA | EB | C2 | E | 0 | 11 | 8 | 6C | 33 | 54 |
| Octal | 312 | 353 | 302 | 16 | 0 | 21 | 10 | 154 | 63 | 124 |
| Binary | 11001010 | 11101011 | 11000010 | 1110 | 0 | 10001 | 1000 | 1101100 | 110011 | 1010100 |
Color Harmonies of #CAEBC2
Complementary color
Monochromatic Colors of #CAEBC2
Black with #CAEBC2
Text Example
Text Example
White with #CAEBC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAEBC2; }
p { color: rgb(202,235,194); }
H1.HeaderClassName
{
color: #CAEBC2;
}
.AnyTagClassName
{
color: #CAEBC2;
}
</style>
background-color css
<style>
a { background-color: #CAEBC2; }
a { background-color: rgb(202,235,194); }
div.DivClassName
{
background-color: #CAEBC2;
}
.BgClassName
{
background-color: #CAEBC2;
}
</style>
border-color css
<style>
span { border-color: #CAEBC2; }
span { border-color: rgb(202,235,194); }
td.TdClassName
{
border-color: #CAEBC2;
}
.TagClassName
{
border-color: #CAEBC2;
}
</style>