Shades of Tea Green #CAE5BF
Tints of Tea Green #CAE5BF
RGB
CMYK
RGB Variations
Color information
#CAE5BF (or 0xCAE5BF) is known color: Tea Green. HEX triplet: CA, E5 and BF. RGB value is (202,229,191). Sum of RGB (Red+Green+Blue) = 202+229+191=622 (82% of max value = 765). Red value is 202 (79.30% from 255 or 32.48% from 622); Green value is 229 (89.84% from 255 or 36.82% from 622); Blue value is 191 (75% from 255 or 30.71% from 622); Max value from RGB is 229 - color contains mainly: green. Hex color #CAE5BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAE5BF is #351A40. Grayscale: #D8D8D8. Windows color (decimal): -3480129 or 12576202. OLE color: 12576202.
HSL color Cylindrical-coordinate representation of color #CAE5BF: hue angle of 102.63º degrees, saturation: 0.42, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CAE5BF is Cyan = 0.12, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 202 | 229 | 191 | - |
| CMYK | 0.12 | 0 | 0.17 | 0.10 |
| HSL | 102.63º | 0.42% | 0.82% | - |
| HSV(B) | 102.63º | 0.17% | 0.9% | - |
| XYZ | 61.78 | 72.36 | 60 | - |
| YUV | 216.6 | 113.55 | 117.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 229 | 191 | 0.12 | 0 | 0.17 | 0.10 | 102.63 | 0.42 | 0.82 |
| Hex | CA | E5 | BF | C | 0 | 11 | A | 67 | 2A | 52 |
| Octal | 312 | 345 | 277 | 14 | 0 | 21 | 12 | 147 | 52 | 122 |
| Binary | 11001010 | 11100101 | 10111111 | 1100 | 0 | 10001 | 1010 | 1100111 | 101010 | 1010010 |
Color Harmonies of #CAE5BF
Complementary color
Monochromatic Colors of #CAE5BF
Black with #CAE5BF
Text Example
Text Example
White with #CAE5BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAE5BF; }
p { color: rgb(202,229,191); }
H1.HeaderClassName
{
color: #CAE5BF;
}
.AnyTagClassName
{
color: #CAE5BF;
}
</style>
background-color css
<style>
a { background-color: #CAE5BF; }
a { background-color: rgb(202,229,191); }
div.DivClassName
{
background-color: #CAE5BF;
}
.BgClassName
{
background-color: #CAE5BF;
}
</style>
border-color css
<style>
span { border-color: #CAE5BF; }
span { border-color: rgb(202,229,191); }
td.TdClassName
{
border-color: #CAE5BF;
}
.TagClassName
{
border-color: #CAE5BF;
}
</style>