Shades of Tea Green #CAEDB2
Tints of Tea Green #CAEDB2
RGB
CMYK
RGB Variations
Color information
#CAEDB2 (or 0xCAEDB2) is known color: Tea Green. HEX triplet: CA, ED and B2. RGB value is (202,237,178). Sum of RGB (Red+Green+Blue) = 202+237+178=617 (81% of max value = 765). Red value is 202 (79.30% from 255 or 32.74% from 617); Green value is 237 (92.97% from 255 or 38.41% from 617); Blue value is 178 (69.92% from 255 or 28.85% from 617); Max value from RGB is 237 - color contains mainly: green. Hex color #CAEDB2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAEDB2 is #35124D. Grayscale: #DCDCDC. Windows color (decimal): -3478094 or 11726282. OLE color: 11726282.
HSL color Cylindrical-coordinate representation of color #CAEDB2: hue angle of 95.59º degrees, saturation: 0.62, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CAEDB2 is Cyan = 0.15, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 202 | 237 | 178 | - |
| CMYK | 0.15 | 0 | 0.25 | 0.07 |
| HSL | 95.59º | 0.62% | 0.81% | - |
| HSV(B) | 95.59º | 0.25% | 0.93% | - |
| XYZ | 62.68 | 76.34 | 53.55 | - |
| YUV | 219.81 | 104.4 | 115.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 237 | 178 | 0.15 | 0 | 0.25 | 0.07 | 95.59 | 0.62 | 0.81 |
| Hex | CA | ED | B2 | F | 0 | 19 | 7 | 60 | 3E | 51 |
| Octal | 312 | 355 | 262 | 17 | 0 | 31 | 7 | 140 | 76 | 121 |
| Binary | 11001010 | 11101101 | 10110010 | 1111 | 0 | 11001 | 111 | 1100000 | 111110 | 1010001 |
Color Harmonies of #CAEDB2
Complementary color
Monochromatic Colors of #CAEDB2
Black with #CAEDB2
Text Example
Text Example
White with #CAEDB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAEDB2; }
p { color: rgb(202,237,178); }
H1.HeaderClassName
{
color: #CAEDB2;
}
.AnyTagClassName
{
color: #CAEDB2;
}
</style>
background-color css
<style>
a { background-color: #CAEDB2; }
a { background-color: rgb(202,237,178); }
div.DivClassName
{
background-color: #CAEDB2;
}
.BgClassName
{
background-color: #CAEDB2;
}
</style>
border-color css
<style>
span { border-color: #CAEDB2; }
span { border-color: rgb(202,237,178); }
td.TdClassName
{
border-color: #CAEDB2;
}
.TagClassName
{
border-color: #CAEDB2;
}
</style>