Shades of Tea Green #CAEDAE
Tints of Tea Green #CAEDAE
RGB
CMYK
RGB Variations
Color information
#CAEDAE (or 0xCAEDAE) is known color: Tea Green. HEX triplet: CA, ED and AE. RGB value is (202,237,174). Sum of RGB (Red+Green+Blue) = 202+237+174=613 (81% of max value = 765). Red value is 202 (79.30% from 255 or 32.95% from 613); Green value is 237 (92.97% from 255 or 38.66% from 613); Blue value is 174 (68.36% from 255 or 28.38% from 613); Max value from RGB is 237 - color contains mainly: green. Hex color #CAEDAE is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAEDAE is #351251. Grayscale: #DBDBDB. Windows color (decimal): -3478098 or 11464138. OLE color: 11464138.
HSL color Cylindrical-coordinate representation of color #CAEDAE: hue angle of 93.33º degrees, saturation: 0.64, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CAEDAE is Cyan = 0.15, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 202 | 237 | 174 | - |
| CMYK | 0.15 | 0 | 0.27 | 0.07 |
| HSL | 93.33º | 0.64% | 0.81% | - |
| HSV(B) | 93.33º | 0.27% | 0.93% | - |
| XYZ | 62.28 | 76.18 | 51.47 | - |
| YUV | 219.35 | 102.4 | 115.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 237 | 174 | 0.15 | 0 | 0.27 | 0.07 | 93.33 | 0.64 | 0.81 |
| Hex | CA | ED | AE | F | 0 | 1B | 7 | 5D | 40 | 51 |
| Octal | 312 | 355 | 256 | 17 | 0 | 33 | 7 | 135 | 100 | 121 |
| Binary | 11001010 | 11101101 | 10101110 | 1111 | 0 | 11011 | 111 | 1011101 | 1000000 | 1010001 |
Color Harmonies of #CAEDAE
Complementary color
Monochromatic Colors of #CAEDAE
Black with #CAEDAE
Text Example
Text Example
White with #CAEDAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAEDAE; }
p { color: rgb(202,237,174); }
H1.HeaderClassName
{
color: #CAEDAE;
}
.AnyTagClassName
{
color: #CAEDAE;
}
</style>
background-color css
<style>
a { background-color: #CAEDAE; }
a { background-color: rgb(202,237,174); }
div.DivClassName
{
background-color: #CAEDAE;
}
.BgClassName
{
background-color: #CAEDAE;
}
</style>
border-color css
<style>
span { border-color: #CAEDAE; }
span { border-color: rgb(202,237,174); }
td.TdClassName
{
border-color: #CAEDAE;
}
.TagClassName
{
border-color: #CAEDAE;
}
</style>