Shades of Tea Green #CAE8B3
Tints of Tea Green #CAE8B3
RGB
CMYK
RGB Variations
Color information
#CAE8B3 (or 0xCAE8B3) is known color: Tea Green. HEX triplet: CA, E8 and B3. RGB value is (202,232,179). Sum of RGB (Red+Green+Blue) = 202+232+179=613 (81% of max value = 765). Red value is 202 (79.30% from 255 or 32.95% from 613); Green value is 232 (91.02% from 255 or 37.85% from 613); Blue value is 179 (70.31% from 255 or 29.20% from 613); Max value from RGB is 232 - color contains mainly: green. Hex color #CAE8B3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAE8B3 is #35174C. Grayscale: #D9D9D9. Windows color (decimal): -3479373 or 11790538. OLE color: 11790538.
HSL color Cylindrical-coordinate representation of color #CAE8B3: hue angle of 93.96º degrees, saturation: 0.54, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CAE8B3 is Cyan = 0.13, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 202 | 232 | 179 | - |
| CMYK | 0.13 | 0 | 0.23 | 0.09 |
| HSL | 93.96º | 0.54% | 0.81% | - |
| HSV(B) | 93.96º | 0.23% | 0.91% | - |
| XYZ | 61.35 | 73.52 | 53.61 | - |
| YUV | 216.99 | 106.56 | 117.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 232 | 179 | 0.13 | 0 | 0.23 | 0.09 | 93.96 | 0.54 | 0.81 |
| Hex | CA | E8 | B3 | D | 0 | 17 | 9 | 5E | 36 | 51 |
| Octal | 312 | 350 | 263 | 15 | 0 | 27 | 11 | 136 | 66 | 121 |
| Binary | 11001010 | 11101000 | 10110011 | 1101 | 0 | 10111 | 1001 | 1011110 | 110110 | 1010001 |
Color Harmonies of #CAE8B3
Complementary color
Monochromatic Colors of #CAE8B3
Black with #CAE8B3
Text Example
Text Example
White with #CAE8B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAE8B3; }
p { color: rgb(202,232,179); }
H1.HeaderClassName
{
color: #CAE8B3;
}
.AnyTagClassName
{
color: #CAE8B3;
}
</style>
background-color css
<style>
a { background-color: #CAE8B3; }
a { background-color: rgb(202,232,179); }
div.DivClassName
{
background-color: #CAE8B3;
}
.BgClassName
{
background-color: #CAE8B3;
}
</style>
border-color css
<style>
span { border-color: #CAE8B3; }
span { border-color: rgb(202,232,179); }
td.TdClassName
{
border-color: #CAE8B3;
}
.TagClassName
{
border-color: #CAE8B3;
}
</style>