Shades of Tea Green #CAE6C3
Tints of Tea Green #CAE6C3
RGB
CMYK
RGB Variations
Color information
#CAE6C3 (or 0xCAE6C3) is known color: Tea Green. HEX triplet: CA, E6 and C3. RGB value is (202,230,195). Sum of RGB (Red+Green+Blue) = 202+230+195=627 (83% of max value = 765). Red value is 202 (79.30% from 255 or 32.22% from 627); Green value is 230 (90.23% from 255 or 36.68% from 627); Blue value is 195 (76.56% from 255 or 31.10% from 627); Max value from RGB is 230 - color contains mainly: green. Hex color #CAE6C3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAE6C3 is #35193C. Grayscale: #D9D9D9. Windows color (decimal): -3479869 or 12838602. OLE color: 12838602.
HSL color Cylindrical-coordinate representation of color #CAE6C3: hue angle of 108º degrees, saturation: 0.41, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CAE6C3 is Cyan = 0.12, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 202 | 230 | 195 | - |
| CMYK | 0.12 | 0 | 0.15 | 0.10 |
| HSL | 108º | 0.41% | 0.83% | - |
| HSV(B) | 108º | 0.15% | 0.9% | - |
| XYZ | 62.5 | 73.09 | 62.44 | - |
| YUV | 217.64 | 115.22 | 116.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 230 | 195 | 0.12 | 0 | 0.15 | 0.10 | 108 | 0.41 | 0.83 |
| Hex | CA | E6 | C3 | C | 0 | F | A | 6C | 29 | 53 |
| Octal | 312 | 346 | 303 | 14 | 0 | 17 | 12 | 154 | 51 | 123 |
| Binary | 11001010 | 11100110 | 11000011 | 1100 | 0 | 1111 | 1010 | 1101100 | 101001 | 1010011 |
Color Harmonies of #CAE6C3
Complementary color
Monochromatic Colors of #CAE6C3
Black with #CAE6C3
Text Example
Text Example
White with #CAE6C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAE6C3; }
p { color: rgb(202,230,195); }
H1.HeaderClassName
{
color: #CAE6C3;
}
.AnyTagClassName
{
color: #CAE6C3;
}
</style>
background-color css
<style>
a { background-color: #CAE6C3; }
a { background-color: rgb(202,230,195); }
div.DivClassName
{
background-color: #CAE6C3;
}
.BgClassName
{
background-color: #CAE6C3;
}
</style>
border-color css
<style>
span { border-color: #CAE6C3; }
span { border-color: rgb(202,230,195); }
td.TdClassName
{
border-color: #CAE6C3;
}
.TagClassName
{
border-color: #CAE6C3;
}
</style>