Shades of Tea Green #CAE5BC
Tints of Tea Green #CAE5BC
RGB
CMYK
RGB Variations
Color information
#CAE5BC (or 0xCAE5BC) is known color: Tea Green. HEX triplet: CA, E5 and BC. RGB value is (202,229,188). Sum of RGB (Red+Green+Blue) = 202+229+188=619 (81% of max value = 765). Red value is 202 (79.30% from 255 or 32.63% from 619); Green value is 229 (89.84% from 255 or 37.00% from 619); Blue value is 188 (73.83% from 255 or 30.37% from 619); Max value from RGB is 229 - color contains mainly: green. Hex color #CAE5BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAE5BC is #351A43. Grayscale: #D8D8D8. Windows color (decimal): -3480132 or 12379594. OLE color: 12379594.
HSL color Cylindrical-coordinate representation of color #CAE5BC: hue angle of 99.51º degrees, saturation: 0.44, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CAE5BC is Cyan = 0.12, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 202 | 229 | 188 | - |
| CMYK | 0.12 | 0 | 0.18 | 0.10 |
| HSL | 99.51º | 0.44% | 0.82% | - |
| HSV(B) | 99.51º | 0.18% | 0.9% | - |
| XYZ | 61.45 | 72.23 | 58.28 | - |
| YUV | 216.25 | 112.05 | 117.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 229 | 188 | 0.12 | 0 | 0.18 | 0.10 | 99.51 | 0.44 | 0.82 |
| Hex | CA | E5 | BC | C | 0 | 12 | A | 64 | 2C | 52 |
| Octal | 312 | 345 | 274 | 14 | 0 | 22 | 12 | 144 | 54 | 122 |
| Binary | 11001010 | 11100101 | 10111100 | 1100 | 0 | 10010 | 1010 | 1100100 | 101100 | 1010010 |
Color Harmonies of #CAE5BC
Complementary color
Monochromatic Colors of #CAE5BC
Black with #CAE5BC
Text Example
Text Example
White with #CAE5BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAE5BC; }
p { color: rgb(202,229,188); }
H1.HeaderClassName
{
color: #CAE5BC;
}
.AnyTagClassName
{
color: #CAE5BC;
}
</style>
background-color css
<style>
a { background-color: #CAE5BC; }
a { background-color: rgb(202,229,188); }
div.DivClassName
{
background-color: #CAE5BC;
}
.BgClassName
{
background-color: #CAE5BC;
}
</style>
border-color css
<style>
span { border-color: #CAE5BC; }
span { border-color: rgb(202,229,188); }
td.TdClassName
{
border-color: #CAE5BC;
}
.TagClassName
{
border-color: #CAE5BC;
}
</style>