Shades of Tea Green #CAEDB5
Tints of Tea Green #CAEDB5
RGB
CMYK
RGB Variations
Color information
#CAEDB5 (or 0xCAEDB5) is known color: Tea Green. HEX triplet: CA, ED and B5. RGB value is (202,237,181). Sum of RGB (Red+Green+Blue) = 202+237+181=620 (82% of max value = 765). Red value is 202 (79.30% from 255 or 32.58% from 620); Green value is 237 (92.97% from 255 or 38.23% from 620); Blue value is 181 (71.09% from 255 or 29.19% from 620); Max value from RGB is 237 - color contains mainly: green. Hex color #CAEDB5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAEDB5 is #35124A. Grayscale: #DCDCDC. Windows color (decimal): -3478091 or 11922890. OLE color: 11922890.
HSL color Cylindrical-coordinate representation of color #CAEDB5: hue angle of 97.5º degrees, saturation: 0.61, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CAEDB5 is Cyan = 0.15, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 202 | 237 | 181 | - |
| CMYK | 0.15 | 0 | 0.24 | 0.07 |
| HSL | 97.5º | 0.61% | 0.82% | - |
| HSV(B) | 97.5º | 0.24% | 0.93% | - |
| XYZ | 62.98 | 76.46 | 55.16 | - |
| YUV | 220.15 | 105.9 | 115.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 237 | 181 | 0.15 | 0 | 0.24 | 0.07 | 97.5 | 0.61 | 0.82 |
| Hex | CA | ED | B5 | F | 0 | 18 | 7 | 62 | 3D | 52 |
| Octal | 312 | 355 | 265 | 17 | 0 | 30 | 7 | 142 | 75 | 122 |
| Binary | 11001010 | 11101101 | 10110101 | 1111 | 0 | 11000 | 111 | 1100010 | 111101 | 1010010 |
Color Harmonies of #CAEDB5
Complementary color
Monochromatic Colors of #CAEDB5
Black with #CAEDB5
Text Example
Text Example
White with #CAEDB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAEDB5; }
p { color: rgb(202,237,181); }
H1.HeaderClassName
{
color: #CAEDB5;
}
.AnyTagClassName
{
color: #CAEDB5;
}
</style>
background-color css
<style>
a { background-color: #CAEDB5; }
a { background-color: rgb(202,237,181); }
div.DivClassName
{
background-color: #CAEDB5;
}
.BgClassName
{
background-color: #CAEDB5;
}
</style>
border-color css
<style>
span { border-color: #CAEDB5; }
span { border-color: rgb(202,237,181); }
td.TdClassName
{
border-color: #CAEDB5;
}
.TagClassName
{
border-color: #CAEDB5;
}
</style>