Shades of Tea Green #CAEBB0
Tints of Tea Green #CAEBB0
RGB
CMYK
RGB Variations
Color information
#CAEBB0 (or 0xCAEBB0) is known color: Tea Green. HEX triplet: CA, EB and B0. RGB value is (202,235,176). Sum of RGB (Red+Green+Blue) = 202+235+176=613 (81% of max value = 765). Red value is 202 (79.30% from 255 or 32.95% from 613); Green value is 235 (92.19% from 255 or 38.34% from 613); Blue value is 176 (69.14% from 255 or 28.71% from 613); Max value from RGB is 235 - color contains mainly: green. Hex color #CAEBB0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAEBB0 is #35144F. Grayscale: #DADADA. Windows color (decimal): -3478608 or 11594698. OLE color: 11594698.
HSL color Cylindrical-coordinate representation of color #CAEBB0: hue angle of 93.56º degrees, saturation: 0.6, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CAEBB0 is Cyan = 0.14, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 202 | 235 | 176 | - |
| CMYK | 0.14 | 0 | 0.25 | 0.08 |
| HSL | 93.56º | 0.6% | 0.81% | - |
| HSV(B) | 93.56º | 0.25% | 0.92% | - |
| XYZ | 61.9 | 75.11 | 52.31 | - |
| YUV | 218.41 | 104.07 | 116.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 235 | 176 | 0.14 | 0 | 0.25 | 0.08 | 93.56 | 0.6 | 0.81 |
| Hex | CA | EB | B0 | E | 0 | 19 | 8 | 5E | 3C | 51 |
| Octal | 312 | 353 | 260 | 16 | 0 | 31 | 10 | 136 | 74 | 121 |
| Binary | 11001010 | 11101011 | 10110000 | 1110 | 0 | 11001 | 1000 | 1011110 | 111100 | 1010001 |
Color Harmonies of #CAEBB0
Complementary color
Monochromatic Colors of #CAEBB0
Black with #CAEBB0
Text Example
Text Example
White with #CAEBB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAEBB0; }
p { color: rgb(202,235,176); }
H1.HeaderClassName
{
color: #CAEBB0;
}
.AnyTagClassName
{
color: #CAEBB0;
}
</style>
background-color css
<style>
a { background-color: #CAEBB0; }
a { background-color: rgb(202,235,176); }
div.DivClassName
{
background-color: #CAEBB0;
}
.BgClassName
{
background-color: #CAEBB0;
}
</style>
border-color css
<style>
span { border-color: #CAEBB0; }
span { border-color: rgb(202,235,176); }
td.TdClassName
{
border-color: #CAEBB0;
}
.TagClassName
{
border-color: #CAEBB0;
}
</style>