Shades of Tea Green #CAE5BA
Tints of Tea Green #CAE5BA
RGB
CMYK
RGB Variations
Color information
#CAE5BA (or 0xCAE5BA) is known color: Tea Green. HEX triplet: CA, E5 and BA. RGB value is (202,229,186). Sum of RGB (Red+Green+Blue) = 202+229+186=617 (81% of max value = 765). Red value is 202 (79.30% from 255 or 32.74% from 617); Green value is 229 (89.84% from 255 or 37.12% from 617); Blue value is 186 (73.05% from 255 or 30.15% from 617); Max value from RGB is 229 - color contains mainly: green. Hex color #CAE5BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAE5BA is #351A45. Grayscale: #D8D8D8. Windows color (decimal): -3480134 or 12248522. OLE color: 12248522.
HSL color Cylindrical-coordinate representation of color #CAE5BA: hue angle of 97.67º degrees, saturation: 0.45, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CAE5BA is Cyan = 0.12, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 202 | 229 | 186 | - |
| CMYK | 0.12 | 0 | 0.19 | 0.10 |
| HSL | 97.67º | 0.45% | 0.81% | - |
| HSV(B) | 97.67º | 0.19% | 0.9% | - |
| XYZ | 61.24 | 72.14 | 57.15 | - |
| YUV | 216.03 | 111.05 | 118 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 229 | 186 | 0.12 | 0 | 0.19 | 0.10 | 97.67 | 0.45 | 0.81 |
| Hex | CA | E5 | BA | C | 0 | 13 | A | 62 | 2D | 51 |
| Octal | 312 | 345 | 272 | 14 | 0 | 23 | 12 | 142 | 55 | 121 |
| Binary | 11001010 | 11100101 | 10111010 | 1100 | 0 | 10011 | 1010 | 1100010 | 101101 | 1010001 |
Color Harmonies of #CAE5BA
Complementary color
Monochromatic Colors of #CAE5BA
Black with #CAE5BA
Text Example
Text Example
White with #CAE5BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAE5BA; }
p { color: rgb(202,229,186); }
H1.HeaderClassName
{
color: #CAE5BA;
}
.AnyTagClassName
{
color: #CAE5BA;
}
</style>
background-color css
<style>
a { background-color: #CAE5BA; }
a { background-color: rgb(202,229,186); }
div.DivClassName
{
background-color: #CAE5BA;
}
.BgClassName
{
background-color: #CAE5BA;
}
</style>
border-color css
<style>
span { border-color: #CAE5BA; }
span { border-color: rgb(202,229,186); }
td.TdClassName
{
border-color: #CAE5BA;
}
.TagClassName
{
border-color: #CAE5BA;
}
</style>