Shades of Tea Green #CAEBBB
Tints of Tea Green #CAEBBB
RGB
CMYK
RGB Variations
Color information
#CAEBBB (or 0xCAEBBB) is known color: Tea Green. HEX triplet: CA, EB and BB. RGB value is (202,235,187). Sum of RGB (Red+Green+Blue) = 202+235+187=624 (82% of max value = 765). Red value is 202 (79.30% from 255 or 32.37% from 624); Green value is 235 (92.19% from 255 or 37.66% from 624); Blue value is 187 (73.44% from 255 or 29.97% from 624); Max value from RGB is 235 - color contains mainly: green. Hex color #CAEBBB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAEBBB is #351444. Grayscale: #DBDBDB. Windows color (decimal): -3478597 or 12315594. OLE color: 12315594.
HSL color Cylindrical-coordinate representation of color #CAEBBB: hue angle of 101.25º degrees, saturation: 0.55, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CAEBBB is Cyan = 0.14, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 202 | 235 | 187 | - |
| CMYK | 0.14 | 0 | 0.20 | 0.08 |
| HSL | 101.25º | 0.55% | 0.83% | - |
| HSV(B) | 101.25º | 0.2% | 0.92% | - |
| XYZ | 63.04 | 75.56 | 58.28 | - |
| YUV | 219.66 | 109.57 | 115.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 235 | 187 | 0.14 | 0 | 0.20 | 0.08 | 101.25 | 0.55 | 0.83 |
| Hex | CA | EB | BB | E | 0 | 14 | 8 | 65 | 37 | 53 |
| Octal | 312 | 353 | 273 | 16 | 0 | 24 | 10 | 145 | 67 | 123 |
| Binary | 11001010 | 11101011 | 10111011 | 1110 | 0 | 10100 | 1000 | 1100101 | 110111 | 1010011 |
Color Harmonies of #CAEBBB
Complementary color
Monochromatic Colors of #CAEBBB
Black with #CAEBBB
Text Example
Text Example
White with #CAEBBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAEBBB; }
p { color: rgb(202,235,187); }
H1.HeaderClassName
{
color: #CAEBBB;
}
.AnyTagClassName
{
color: #CAEBBB;
}
</style>
background-color css
<style>
a { background-color: #CAEBBB; }
a { background-color: rgb(202,235,187); }
div.DivClassName
{
background-color: #CAEBBB;
}
.BgClassName
{
background-color: #CAEBBB;
}
</style>
border-color css
<style>
span { border-color: #CAEBBB; }
span { border-color: rgb(202,235,187); }
td.TdClassName
{
border-color: #CAEBBB;
}
.TagClassName
{
border-color: #CAEBBB;
}
</style>