Shades of Tea Green #CAE3BA
Tints of Tea Green #CAE3BA
RGB
CMYK
RGB Variations
Color information
#CAE3BA (or 0xCAE3BA) is known color: Tea Green. HEX triplet: CA, E3 and BA. RGB value is (202,227,186). Sum of RGB (Red+Green+Blue) = 202+227+186=615 (81% of max value = 765). Red value is 202 (79.30% from 255 or 32.85% from 615); Green value is 227 (89.06% from 255 or 36.91% from 615); Blue value is 186 (73.05% from 255 or 30.24% from 615); Max value from RGB is 227 - color contains mainly: green. Hex color #CAE3BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAE3BA is #351C45. Grayscale: #D6D6D6. Windows color (decimal): -3480646 or 12248010. OLE color: 12248010.
HSL color Cylindrical-coordinate representation of color #CAE3BA: hue angle of 96.59º degrees, saturation: 0.42, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CAE3BA is Cyan = 0.11, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 202 | 227 | 186 | - |
| CMYK | 0.11 | 0 | 0.18 | 0.11 |
| HSL | 96.59º | 0.42% | 0.81% | - |
| HSV(B) | 96.59º | 0.18% | 0.89% | - |
| XYZ | 60.69 | 71.04 | 56.97 | - |
| YUV | 214.85 | 111.72 | 118.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 227 | 186 | 0.11 | 0 | 0.18 | 0.11 | 96.59 | 0.42 | 0.81 |
| Hex | CA | E3 | BA | B | 0 | 12 | B | 61 | 2A | 51 |
| Octal | 312 | 343 | 272 | 13 | 0 | 22 | 13 | 141 | 52 | 121 |
| Binary | 11001010 | 11100011 | 10111010 | 1011 | 0 | 10010 | 1011 | 1100001 | 101010 | 1010001 |
Color Harmonies of #CAE3BA
Complementary color
Monochromatic Colors of #CAE3BA
Black with #CAE3BA
Text Example
Text Example
White with #CAE3BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAE3BA; }
p { color: rgb(202,227,186); }
H1.HeaderClassName
{
color: #CAE3BA;
}
.AnyTagClassName
{
color: #CAE3BA;
}
</style>
background-color css
<style>
a { background-color: #CAE3BA; }
a { background-color: rgb(202,227,186); }
div.DivClassName
{
background-color: #CAE3BA;
}
.BgClassName
{
background-color: #CAE3BA;
}
</style>
border-color css
<style>
span { border-color: #CAE3BA; }
span { border-color: rgb(202,227,186); }
td.TdClassName
{
border-color: #CAE3BA;
}
.TagClassName
{
border-color: #CAE3BA;
}
</style>