Shades of Tea Green #CAE2BC
Tints of Tea Green #CAE2BC
RGB
CMYK
RGB Variations
Color information
#CAE2BC (or 0xCAE2BC) is known color: Tea Green. HEX triplet: CA, E2 and BC. RGB value is (202,226,188). Sum of RGB (Red+Green+Blue) = 202+226+188=616 (81% of max value = 765). Red value is 202 (79.30% from 255 or 32.79% from 616); Green value is 226 (88.67% from 255 or 36.69% from 616); Blue value is 188 (73.83% from 255 or 30.52% from 616); Max value from RGB is 226 - color contains mainly: green. Hex color #CAE2BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAE2BC is #351D43. Grayscale: #D6D6D6. Windows color (decimal): -3480900 or 12378826. OLE color: 12378826.
HSL color Cylindrical-coordinate representation of color #CAE2BC: hue angle of 97.89º degrees, saturation: 0.4, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CAE2BC is Cyan = 0.11, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 202 | 226 | 188 | - |
| CMYK | 0.11 | 0 | 0.17 | 0.11 |
| HSL | 97.89º | 0.4% | 0.81% | - |
| HSV(B) | 97.89º | 0.17% | 0.89% | - |
| XYZ | 60.63 | 70.58 | 58 | - |
| YUV | 214.49 | 113.05 | 119.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 226 | 188 | 0.11 | 0 | 0.17 | 0.11 | 97.89 | 0.4 | 0.81 |
| Hex | CA | E2 | BC | B | 0 | 11 | B | 62 | 28 | 51 |
| Octal | 312 | 342 | 274 | 13 | 0 | 21 | 13 | 142 | 50 | 121 |
| Binary | 11001010 | 11100010 | 10111100 | 1011 | 0 | 10001 | 1011 | 1100010 | 101000 | 1010001 |
Color Harmonies of #CAE2BC
Complementary color
Monochromatic Colors of #CAE2BC
Black with #CAE2BC
Text Example
Text Example
White with #CAE2BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAE2BC; }
p { color: rgb(202,226,188); }
H1.HeaderClassName
{
color: #CAE2BC;
}
.AnyTagClassName
{
color: #CAE2BC;
}
</style>
background-color css
<style>
a { background-color: #CAE2BC; }
a { background-color: rgb(202,226,188); }
div.DivClassName
{
background-color: #CAE2BC;
}
.BgClassName
{
background-color: #CAE2BC;
}
</style>
border-color css
<style>
span { border-color: #CAE2BC; }
span { border-color: rgb(202,226,188); }
td.TdClassName
{
border-color: #CAE2BC;
}
.TagClassName
{
border-color: #CAE2BC;
}
</style>