Shades of Tea Green #CAEBBC
Tints of Tea Green #CAEBBC
RGB
CMYK
RGB Variations
Color information
#CAEBBC (or 0xCAEBBC) is known color: Tea Green. HEX triplet: CA, EB and BC. RGB value is (202,235,188). Sum of RGB (Red+Green+Blue) = 202+235+188=625 (82% of max value = 765). Red value is 202 (79.30% from 255 or 32.32% from 625); Green value is 235 (92.19% from 255 or 37.6% from 625); Blue value is 188 (73.83% from 255 or 30.08% from 625); Max value from RGB is 235 - color contains mainly: green. Hex color #CAEBBC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAEBBC is #351443. Grayscale: #DBDBDB. Windows color (decimal): -3478596 or 12381130. OLE color: 12381130.
HSL color Cylindrical-coordinate representation of color #CAEBBC: hue angle of 102.13º degrees, saturation: 0.54, 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 #CAEBBC is Cyan = 0.14, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 202 | 235 | 188 | - |
| CMYK | 0.14 | 0 | 0.2 | 0.08 |
| HSL | 102.13º | 0.54% | 0.83% | - |
| HSV(B) | 102.13º | 0.2% | 0.92% | - |
| XYZ | 63.14 | 75.6 | 58.84 | - |
| YUV | 219.78 | 110.07 | 115.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 235 | 188 | 0.14 | 0 | 0.2 | 0.08 | 102.13 | 0.54 | 0.83 |
| Hex | CA | EB | BC | E | 0 | 14 | 8 | 66 | 36 | 53 |
| Octal | 312 | 353 | 274 | 16 | 0 | 24 | 10 | 146 | 66 | 123 |
| Binary | 11001010 | 11101011 | 10111100 | 1110 | 0 | 10100 | 1000 | 1100110 | 110110 | 1010011 |
Color Harmonies of #CAEBBC
Complementary color
Monochromatic Colors of #CAEBBC
Black with #CAEBBC
Text Example
Text Example
White with #CAEBBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAEBBC; }
p { color: rgb(202,235,188); }
H1.HeaderClassName
{
color: #CAEBBC;
}
.AnyTagClassName
{
color: #CAEBBC;
}
</style>
background-color css
<style>
a { background-color: #CAEBBC; }
a { background-color: rgb(202,235,188); }
div.DivClassName
{
background-color: #CAEBBC;
}
.BgClassName
{
background-color: #CAEBBC;
}
</style>
border-color css
<style>
span { border-color: #CAEBBC; }
span { border-color: rgb(202,235,188); }
td.TdClassName
{
border-color: #CAEBBC;
}
.TagClassName
{
border-color: #CAEBBC;
}
</style>