Shades of Tea Green #CAEDB6
Tints of Tea Green #CAEDB6
RGB
CMYK
RGB Variations
Color information
#CAEDB6 (or 0xCAEDB6) is known color: Tea Green. HEX triplet: CA, ED and B6. RGB value is (202,237,182). Sum of RGB (Red+Green+Blue) = 202+237+182=621 (82% of max value = 765). Red value is 202 (79.30% from 255 or 32.53% from 621); Green value is 237 (92.97% from 255 or 38.16% from 621); Blue value is 182 (71.48% from 255 or 29.31% from 621); Max value from RGB is 237 - color contains mainly: green. Hex color #CAEDB6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAEDB6 is #351249. Grayscale: #DCDCDC. Windows color (decimal): -3478090 or 11988426. OLE color: 11988426.
HSL color Cylindrical-coordinate representation of color #CAEDB6: hue angle of 98.18º degrees, saturation: 0.6, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CAEDB6 is Cyan = 0.15, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 202 | 237 | 182 | - |
| CMYK | 0.15 | 0 | 0.23 | 0.07 |
| HSL | 98.18º | 0.6% | 0.82% | - |
| HSV(B) | 98.18º | 0.23% | 0.93% | - |
| XYZ | 63.08 | 76.5 | 55.7 | - |
| YUV | 220.27 | 106.4 | 114.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 237 | 182 | 0.15 | 0 | 0.23 | 0.07 | 98.18 | 0.6 | 0.82 |
| Hex | CA | ED | B6 | F | 0 | 17 | 7 | 62 | 3C | 52 |
| Octal | 312 | 355 | 266 | 17 | 0 | 27 | 7 | 142 | 74 | 122 |
| Binary | 11001010 | 11101101 | 10110110 | 1111 | 0 | 10111 | 111 | 1100010 | 111100 | 1010010 |
Color Harmonies of #CAEDB6
Complementary color
Monochromatic Colors of #CAEDB6
Black with #CAEDB6
Text Example
Text Example
White with #CAEDB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAEDB6; }
p { color: rgb(202,237,182); }
H1.HeaderClassName
{
color: #CAEDB6;
}
.AnyTagClassName
{
color: #CAEDB6;
}
</style>
background-color css
<style>
a { background-color: #CAEDB6; }
a { background-color: rgb(202,237,182); }
div.DivClassName
{
background-color: #CAEDB6;
}
.BgClassName
{
background-color: #CAEDB6;
}
</style>
border-color css
<style>
span { border-color: #CAEDB6; }
span { border-color: rgb(202,237,182); }
td.TdClassName
{
border-color: #CAEDB6;
}
.TagClassName
{
border-color: #CAEDB6;
}
</style>