Shades of Tea Green #CAEDB9
Tints of Tea Green #CAEDB9
RGB
CMYK
RGB Variations
Color information
#CAEDB9 (or 0xCAEDB9) is known color: Tea Green. HEX triplet: CA, ED and B9. RGB value is (202,237,185). Sum of RGB (Red+Green+Blue) = 202+237+185=624 (82% of max value = 765). Red value is 202 (79.30% from 255 or 32.37% from 624); Green value is 237 (92.97% from 255 or 37.98% from 624); Blue value is 185 (72.66% from 255 or 29.65% from 624); Max value from RGB is 237 - color contains mainly: green. Hex color #CAEDB9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAEDB9 is #351246. Grayscale: #DCDCDC. Windows color (decimal): -3478087 or 12185034. OLE color: 12185034.
HSL color Cylindrical-coordinate representation of color #CAEDB9: hue angle of 100.38º degrees, saturation: 0.59, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CAEDB9 is Cyan = 0.15, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 202 | 237 | 185 | - |
| CMYK | 0.15 | 0 | 0.22 | 0.07 |
| HSL | 100.38º | 0.59% | 0.83% | - |
| HSV(B) | 100.38º | 0.22% | 0.93% | - |
| XYZ | 63.4 | 76.63 | 57.35 | - |
| YUV | 220.61 | 107.9 | 114.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 237 | 185 | 0.15 | 0 | 0.22 | 0.07 | 100.38 | 0.59 | 0.83 |
| Hex | CA | ED | B9 | F | 0 | 16 | 7 | 64 | 3B | 53 |
| Octal | 312 | 355 | 271 | 17 | 0 | 26 | 7 | 144 | 73 | 123 |
| Binary | 11001010 | 11101101 | 10111001 | 1111 | 0 | 10110 | 111 | 1100100 | 111011 | 1010011 |
Color Harmonies of #CAEDB9
Complementary color
Monochromatic Colors of #CAEDB9
Black with #CAEDB9
Text Example
Text Example
White with #CAEDB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAEDB9; }
p { color: rgb(202,237,185); }
H1.HeaderClassName
{
color: #CAEDB9;
}
.AnyTagClassName
{
color: #CAEDB9;
}
</style>
background-color css
<style>
a { background-color: #CAEDB9; }
a { background-color: rgb(202,237,185); }
div.DivClassName
{
background-color: #CAEDB9;
}
.BgClassName
{
background-color: #CAEDB9;
}
</style>
border-color css
<style>
span { border-color: #CAEDB9; }
span { border-color: rgb(202,237,185); }
td.TdClassName
{
border-color: #CAEDB9;
}
.TagClassName
{
border-color: #CAEDB9;
}
</style>