Shades of Tea Green #CAEDAF
Tints of Tea Green #CAEDAF
RGB
CMYK
RGB Variations
Color information
#CAEDAF (or 0xCAEDAF) is known color: Tea Green. HEX triplet: CA, ED and AF. RGB value is (202,237,175). Sum of RGB (Red+Green+Blue) = 202+237+175=614 (81% of max value = 765). Red value is 202 (79.30% from 255 or 32.90% from 614); Green value is 237 (92.97% from 255 or 38.60% from 614); Blue value is 175 (68.75% from 255 or 28.50% from 614); Max value from RGB is 237 - color contains mainly: green. Hex color #CAEDAF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAEDAF is #351250. Grayscale: #DBDBDB. Windows color (decimal): -3478097 or 11529674. OLE color: 11529674.
HSL color Cylindrical-coordinate representation of color #CAEDAF: hue angle of 93.87º degrees, saturation: 0.63, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CAEDAF is Cyan = 0.15, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 202 | 237 | 175 | - |
| CMYK | 0.15 | 0 | 0.26 | 0.07 |
| HSL | 93.87º | 0.63% | 0.81% | - |
| HSV(B) | 93.87º | 0.26% | 0.93% | - |
| XYZ | 62.38 | 76.22 | 51.98 | - |
| YUV | 219.47 | 102.9 | 115.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 237 | 175 | 0.15 | 0 | 0.26 | 0.07 | 93.87 | 0.63 | 0.81 |
| Hex | CA | ED | AF | F | 0 | 1A | 7 | 5E | 3F | 51 |
| Octal | 312 | 355 | 257 | 17 | 0 | 32 | 7 | 136 | 77 | 121 |
| Binary | 11001010 | 11101101 | 10101111 | 1111 | 0 | 11010 | 111 | 1011110 | 111111 | 1010001 |
Color Harmonies of #CAEDAF
Complementary color
Monochromatic Colors of #CAEDAF
Black with #CAEDAF
Text Example
Text Example
White with #CAEDAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAEDAF; }
p { color: rgb(202,237,175); }
H1.HeaderClassName
{
color: #CAEDAF;
}
.AnyTagClassName
{
color: #CAEDAF;
}
</style>
background-color css
<style>
a { background-color: #CAEDAF; }
a { background-color: rgb(202,237,175); }
div.DivClassName
{
background-color: #CAEDAF;
}
.BgClassName
{
background-color: #CAEDAF;
}
</style>
border-color css
<style>
span { border-color: #CAEDAF; }
span { border-color: rgb(202,237,175); }
td.TdClassName
{
border-color: #CAEDAF;
}
.TagClassName
{
border-color: #CAEDAF;
}
</style>