Shades of Tea Green #CAEFAE
Tints of Tea Green #CAEFAE
RGB
CMYK
RGB Variations
Color information
#CAEFAE (or 0xCAEFAE) is known color: Tea Green. HEX triplet: CA, EF and AE. RGB value is (202,239,174). Sum of RGB (Red+Green+Blue) = 202+239+174=615 (81% of max value = 765). Red value is 202 (79.30% from 255 or 32.85% from 615); Green value is 239 (93.75% from 255 or 38.86% from 615); Blue value is 174 (68.36% from 255 or 28.29% from 615); Max value from RGB is 239 - color contains mainly: green. Hex color #CAEFAE is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAEFAE is #351051. Grayscale: #DCDCDC. Windows color (decimal): -3477586 or 11464650. OLE color: 11464650.
HSL color Cylindrical-coordinate representation of color #CAEFAE: hue angle of 94.15º degrees, saturation: 0.67, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CAEFAE is Cyan = 0.15, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 202 | 239 | 174 | - |
| CMYK | 0.15 | 0 | 0.27 | 0.06 |
| HSL | 94.15º | 0.67% | 0.81% | - |
| HSV(B) | 94.15º | 0.27% | 0.94% | - |
| XYZ | 62.86 | 77.35 | 51.66 | - |
| YUV | 220.53 | 101.74 | 114.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 239 | 174 | 0.15 | 0 | 0.27 | 0.06 | 94.15 | 0.67 | 0.81 |
| Hex | CA | EF | AE | F | 0 | 1B | 6 | 5E | 43 | 51 |
| Octal | 312 | 357 | 256 | 17 | 0 | 33 | 6 | 136 | 103 | 121 |
| Binary | 11001010 | 11101111 | 10101110 | 1111 | 0 | 11011 | 110 | 1011110 | 1000011 | 1010001 |
Color Harmonies of #CAEFAE
Complementary color
Monochromatic Colors of #CAEFAE
Black with #CAEFAE
Text Example
Text Example
White with #CAEFAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAEFAE; }
p { color: rgb(202,239,174); }
H1.HeaderClassName
{
color: #CAEFAE;
}
.AnyTagClassName
{
color: #CAEFAE;
}
</style>
background-color css
<style>
a { background-color: #CAEFAE; }
a { background-color: rgb(202,239,174); }
div.DivClassName
{
background-color: #CAEFAE;
}
.BgClassName
{
background-color: #CAEFAE;
}
</style>
border-color css
<style>
span { border-color: #CAEFAE; }
span { border-color: rgb(202,239,174); }
td.TdClassName
{
border-color: #CAEFAE;
}
.TagClassName
{
border-color: #CAEFAE;
}
</style>