Shades of Tea Green #CAE4BF
Tints of Tea Green #CAE4BF
RGB
CMYK
RGB Variations
Color information
#CAE4BF (or 0xCAE4BF) is known color: Tea Green. HEX triplet: CA, E4 and BF. RGB value is (202,228,191). Sum of RGB (Red+Green+Blue) = 202+228+191=621 (82% of max value = 765). Red value is 202 (79.30% from 255 or 32.53% from 621); Green value is 228 (89.45% from 255 or 36.71% from 621); Blue value is 191 (75% from 255 or 30.76% from 621); Max value from RGB is 228 - color contains mainly: green. Hex color #CAE4BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAE4BF is #351B40. Grayscale: #D8D8D8. Windows color (decimal): -3480385 or 12575946. OLE color: 12575946.
HSL color Cylindrical-coordinate representation of color #CAE4BF: hue angle of 102.16º degrees, saturation: 0.41, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CAE4BF is Cyan = 0.11, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 202 | 228 | 191 | - |
| CMYK | 0.11 | 0 | 0.16 | 0.11 |
| HSL | 102.16º | 0.41% | 0.82% | - |
| HSV(B) | 102.16º | 0.16% | 0.89% | - |
| XYZ | 61.5 | 71.8 | 59.91 | - |
| YUV | 216.01 | 113.89 | 118.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 228 | 191 | 0.11 | 0 | 0.16 | 0.11 | 102.16 | 0.41 | 0.82 |
| Hex | CA | E4 | BF | B | 0 | 10 | B | 66 | 29 | 52 |
| Octal | 312 | 344 | 277 | 13 | 0 | 20 | 13 | 146 | 51 | 122 |
| Binary | 11001010 | 11100100 | 10111111 | 1011 | 0 | 10000 | 1011 | 1100110 | 101001 | 1010010 |
Color Harmonies of #CAE4BF
Complementary color
Monochromatic Colors of #CAE4BF
Black with #CAE4BF
Text Example
Text Example
White with #CAE4BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAE4BF; }
p { color: rgb(202,228,191); }
H1.HeaderClassName
{
color: #CAE4BF;
}
.AnyTagClassName
{
color: #CAE4BF;
}
</style>
background-color css
<style>
a { background-color: #CAE4BF; }
a { background-color: rgb(202,228,191); }
div.DivClassName
{
background-color: #CAE4BF;
}
.BgClassName
{
background-color: #CAE4BF;
}
</style>
border-color css
<style>
span { border-color: #CAE4BF; }
span { border-color: rgb(202,228,191); }
td.TdClassName
{
border-color: #CAE4BF;
}
.TagClassName
{
border-color: #CAE4BF;
}
</style>