Shades of Tea Green #CAE5B6
Tints of Tea Green #CAE5B6
RGB
CMYK
RGB Variations
Color information
#CAE5B6 (or 0xCAE5B6) is known color: Tea Green. HEX triplet: CA, E5 and B6. RGB value is (202,229,182). Sum of RGB (Red+Green+Blue) = 202+229+182=613 (81% of max value = 765). Red value is 202 (79.30% from 255 or 32.95% from 613); Green value is 229 (89.84% from 255 or 37.36% from 613); Blue value is 182 (71.48% from 255 or 29.69% from 613); Max value from RGB is 229 - color contains mainly: green. Hex color #CAE5B6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAE5B6 is #351A49. Grayscale: #D7D7D7. Windows color (decimal): -3480138 or 11986378. OLE color: 11986378.
HSL color Cylindrical-coordinate representation of color #CAE5B6: hue angle of 94.47º degrees, saturation: 0.47, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CAE5B6 is Cyan = 0.12, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 202 | 229 | 182 | - |
| CMYK | 0.12 | 0 | 0.21 | 0.10 |
| HSL | 94.47º | 0.47% | 0.81% | - |
| HSV(B) | 94.47º | 0.21% | 0.9% | - |
| XYZ | 60.82 | 71.97 | 54.94 | - |
| YUV | 215.57 | 109.05 | 118.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 229 | 182 | 0.12 | 0 | 0.21 | 0.10 | 94.47 | 0.47 | 0.81 |
| Hex | CA | E5 | B6 | C | 0 | 15 | A | 5E | 2F | 51 |
| Octal | 312 | 345 | 266 | 14 | 0 | 25 | 12 | 136 | 57 | 121 |
| Binary | 11001010 | 11100101 | 10110110 | 1100 | 0 | 10101 | 1010 | 1011110 | 101111 | 1010001 |
Color Harmonies of #CAE5B6
Complementary color
Monochromatic Colors of #CAE5B6
Black with #CAE5B6
Text Example
Text Example
White with #CAE5B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAE5B6; }
p { color: rgb(202,229,182); }
H1.HeaderClassName
{
color: #CAE5B6;
}
.AnyTagClassName
{
color: #CAE5B6;
}
</style>
background-color css
<style>
a { background-color: #CAE5B6; }
a { background-color: rgb(202,229,182); }
div.DivClassName
{
background-color: #CAE5B6;
}
.BgClassName
{
background-color: #CAE5B6;
}
</style>
border-color css
<style>
span { border-color: #CAE5B6; }
span { border-color: rgb(202,229,182); }
td.TdClassName
{
border-color: #CAE5B6;
}
.TagClassName
{
border-color: #CAE5B6;
}
</style>