Shades of Tea Green #CAE1BA
Tints of Tea Green #CAE1BA
RGB
CMYK
RGB Variations
Color information
#CAE1BA (or 0xCAE1BA) is known color: Tea Green. HEX triplet: CA, E1 and BA. RGB value is (202,225,186). Sum of RGB (Red+Green+Blue) = 202+225+186=613 (81% of max value = 765). Red value is 202 (79.30% from 255 or 32.95% from 613); Green value is 225 (88.28% from 255 or 36.70% from 613); Blue value is 186 (73.05% from 255 or 30.34% from 613); Max value from RGB is 225 - color contains mainly: green. Hex color #CAE1BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAE1BA is #351E45. Grayscale: #D5D5D5. Windows color (decimal): -3481158 or 12247498. OLE color: 12247498.
HSL color Cylindrical-coordinate representation of color #CAE1BA: hue angle of 95.38º degrees, saturation: 0.39, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CAE1BA is Cyan = 0.10, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 202 | 225 | 186 | - |
| CMYK | 0.10 | 0 | 0.17 | 0.12 |
| HSL | 95.38º | 0.39% | 0.81% | - |
| HSV(B) | 95.38º | 0.17% | 0.88% | - |
| XYZ | 60.15 | 69.95 | 56.79 | - |
| YUV | 213.68 | 112.38 | 119.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 225 | 186 | 0.10 | 0 | 0.17 | 0.12 | 95.38 | 0.39 | 0.81 |
| Hex | CA | E1 | BA | A | 0 | 11 | C | 5F | 27 | 51 |
| Octal | 312 | 341 | 272 | 12 | 0 | 21 | 14 | 137 | 47 | 121 |
| Binary | 11001010 | 11100001 | 10111010 | 1010 | 0 | 10001 | 1100 | 1011111 | 100111 | 1010001 |
Color Harmonies of #CAE1BA
Complementary color
Monochromatic Colors of #CAE1BA
Black with #CAE1BA
Text Example
Text Example
White with #CAE1BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAE1BA; }
p { color: rgb(202,225,186); }
H1.HeaderClassName
{
color: #CAE1BA;
}
.AnyTagClassName
{
color: #CAE1BA;
}
</style>
background-color css
<style>
a { background-color: #CAE1BA; }
a { background-color: rgb(202,225,186); }
div.DivClassName
{
background-color: #CAE1BA;
}
.BgClassName
{
background-color: #CAE1BA;
}
</style>
border-color css
<style>
span { border-color: #CAE1BA; }
span { border-color: rgb(202,225,186); }
td.TdClassName
{
border-color: #CAE1BA;
}
.TagClassName
{
border-color: #CAE1BA;
}
</style>