Shades of Tea Green #CAE6C1
Tints of Tea Green #CAE6C1
RGB
CMYK
RGB Variations
Color information
#CAE6C1 (or 0xCAE6C1) is known color: Tea Green. HEX triplet: CA, E6 and C1. RGB value is (202,230,193). Sum of RGB (Red+Green+Blue) = 202+230+193=625 (82% of max value = 765). Red value is 202 (79.30% from 255 or 32.32% from 625); Green value is 230 (90.23% from 255 or 36.8% from 625); Blue value is 193 (75.78% from 255 or 30.88% from 625); Max value from RGB is 230 - color contains mainly: green. Hex color #CAE6C1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAE6C1 is #35193E. Grayscale: #D9D9D9. Windows color (decimal): -3479871 or 12707530. OLE color: 12707530.
HSL color Cylindrical-coordinate representation of color #CAE6C1: hue angle of 105.41º degrees, saturation: 0.43, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CAE6C1 is Cyan = 0.12, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 202 | 230 | 193 | - |
| CMYK | 0.12 | 0 | 0.16 | 0.10 |
| HSL | 105.41º | 0.43% | 0.83% | - |
| HSV(B) | 105.41º | 0.16% | 0.9% | - |
| XYZ | 62.28 | 73 | 61.26 | - |
| YUV | 217.41 | 114.22 | 117.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 230 | 193 | 0.12 | 0 | 0.16 | 0.10 | 105.41 | 0.43 | 0.83 |
| Hex | CA | E6 | C1 | C | 0 | 10 | A | 69 | 2B | 53 |
| Octal | 312 | 346 | 301 | 14 | 0 | 20 | 12 | 151 | 53 | 123 |
| Binary | 11001010 | 11100110 | 11000001 | 1100 | 0 | 10000 | 1010 | 1101001 | 101011 | 1010011 |
Color Harmonies of #CAE6C1
Complementary color
Monochromatic Colors of #CAE6C1
Black with #CAE6C1
Text Example
Text Example
White with #CAE6C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAE6C1; }
p { color: rgb(202,230,193); }
H1.HeaderClassName
{
color: #CAE6C1;
}
.AnyTagClassName
{
color: #CAE6C1;
}
</style>
background-color css
<style>
a { background-color: #CAE6C1; }
a { background-color: rgb(202,230,193); }
div.DivClassName
{
background-color: #CAE6C1;
}
.BgClassName
{
background-color: #CAE6C1;
}
</style>
border-color css
<style>
span { border-color: #CAE6C1; }
span { border-color: rgb(202,230,193); }
td.TdClassName
{
border-color: #CAE6C1;
}
.TagClassName
{
border-color: #CAE6C1;
}
</style>