Shades of Tea Green #CAEBC4
Tints of Tea Green #CAEBC4
RGB
CMYK
RGB Variations
Color information
#CAEBC4 (or 0xCAEBC4) is known color: Tea Green. HEX triplet: CA, EB and C4. RGB value is (202,235,196). Sum of RGB (Red+Green+Blue) = 202+235+196=633 (83% of max value = 765). Red value is 202 (79.30% from 255 or 31.91% from 633); Green value is 235 (92.19% from 255 or 37.12% from 633); Blue value is 196 (76.95% from 255 or 30.96% from 633); Max value from RGB is 235 - color contains mainly: green. Hex color #CAEBC4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAEBC4 is #35143B. Grayscale: #DCDCDC. Windows color (decimal): -3478588 or 12905418. OLE color: 12905418.
HSL color Cylindrical-coordinate representation of color #CAEBC4: hue angle of 110.77º degrees, saturation: 0.49, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CAEBC4 is Cyan = 0.14, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 202 | 235 | 196 | - |
| CMYK | 0.14 | 0 | 0.17 | 0.08 |
| HSL | 110.77º | 0.49% | 0.85% | - |
| HSV(B) | 110.77º | 0.17% | 0.92% | - |
| XYZ | 64.03 | 75.96 | 63.51 | - |
| YUV | 220.69 | 114.07 | 114.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 235 | 196 | 0.14 | 0 | 0.17 | 0.08 | 110.77 | 0.49 | 0.85 |
| Hex | CA | EB | C4 | E | 0 | 11 | 8 | 6F | 31 | 55 |
| Octal | 312 | 353 | 304 | 16 | 0 | 21 | 10 | 157 | 61 | 125 |
| Binary | 11001010 | 11101011 | 11000100 | 1110 | 0 | 10001 | 1000 | 1101111 | 110001 | 1010101 |
Color Harmonies of #CAEBC4
Complementary color
Monochromatic Colors of #CAEBC4
Black with #CAEBC4
Text Example
Text Example
White with #CAEBC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAEBC4; }
p { color: rgb(202,235,196); }
H1.HeaderClassName
{
color: #CAEBC4;
}
.AnyTagClassName
{
color: #CAEBC4;
}
</style>
background-color css
<style>
a { background-color: #CAEBC4; }
a { background-color: rgb(202,235,196); }
div.DivClassName
{
background-color: #CAEBC4;
}
.BgClassName
{
background-color: #CAEBC4;
}
</style>
border-color css
<style>
span { border-color: #CAEBC4; }
span { border-color: rgb(202,235,196); }
td.TdClassName
{
border-color: #CAEBC4;
}
.TagClassName
{
border-color: #CAEBC4;
}
</style>