Shades of Tea Green #CAE1B7
Tints of Tea Green #CAE1B7
RGB
CMYK
RGB Variations
Color information
#CAE1B7 (or 0xCAE1B7) is known color: Tea Green. HEX triplet: CA, E1 and B7. RGB value is (202,225,183). Sum of RGB (Red+Green+Blue) = 202+225+183=610 (80% of max value = 765). Red value is 202 (79.30% from 255 or 33.11% from 610); Green value is 225 (88.28% from 255 or 36.89% from 610); Blue value is 183 (71.88% from 255 or 30% from 610); Max value from RGB is 225 - color contains mainly: green. Hex color #CAE1B7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAE1B7 is #351E48. Grayscale: #D5D5D5. Windows color (decimal): -3481161 or 12050890. OLE color: 12050890.
HSL color Cylindrical-coordinate representation of color #CAE1B7: hue angle of 92.86º degrees, saturation: 0.41, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CAE1B7 is Cyan = 0.10, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 202 | 225 | 183 | - |
| CMYK | 0.10 | 0 | 0.19 | 0.12 |
| HSL | 92.86º | 0.41% | 0.8% | - |
| HSV(B) | 92.86º | 0.19% | 0.88% | - |
| XYZ | 59.83 | 69.83 | 55.12 | - |
| YUV | 213.34 | 110.88 | 119.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 225 | 183 | 0.10 | 0 | 0.19 | 0.12 | 92.86 | 0.41 | 0.8 |
| Hex | CA | E1 | B7 | A | 0 | 13 | C | 5D | 29 | 50 |
| Octal | 312 | 341 | 267 | 12 | 0 | 23 | 14 | 135 | 51 | 120 |
| Binary | 11001010 | 11100001 | 10110111 | 1010 | 0 | 10011 | 1100 | 1011101 | 101001 | 1010000 |
Color Harmonies of #CAE1B7
Complementary color
Monochromatic Colors of #CAE1B7
Black with #CAE1B7
Text Example
Text Example
White with #CAE1B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAE1B7; }
p { color: rgb(202,225,183); }
H1.HeaderClassName
{
color: #CAE1B7;
}
.AnyTagClassName
{
color: #CAE1B7;
}
</style>
background-color css
<style>
a { background-color: #CAE1B7; }
a { background-color: rgb(202,225,183); }
div.DivClassName
{
background-color: #CAE1B7;
}
.BgClassName
{
background-color: #CAE1B7;
}
</style>
border-color css
<style>
span { border-color: #CAE1B7; }
span { border-color: rgb(202,225,183); }
td.TdClassName
{
border-color: #CAE1B7;
}
.TagClassName
{
border-color: #CAE1B7;
}
</style>