Shades of Tea Green #CAE6C4
Tints of Tea Green #CAE6C4
RGB
CMYK
RGB Variations
Color information
#CAE6C4 (or 0xCAE6C4) is known color: Tea Green. HEX triplet: CA, E6 and C4. RGB value is (202,230,196). Sum of RGB (Red+Green+Blue) = 202+230+196=628 (83% of max value = 765). Red value is 202 (79.30% from 255 or 32.17% from 628); Green value is 230 (90.23% from 255 or 36.62% from 628); Blue value is 196 (76.95% from 255 or 31.21% from 628); Max value from RGB is 230 - color contains mainly: green. Hex color #CAE6C4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAE6C4 is #35193B. Grayscale: #D9D9D9. Windows color (decimal): -3479868 or 12904138. OLE color: 12904138.
HSL color Cylindrical-coordinate representation of color #CAE6C4: hue angle of 109.41º degrees, saturation: 0.4, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CAE6C4 is Cyan = 0.12, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 202 | 230 | 196 | - |
| CMYK | 0.12 | 0 | 0.15 | 0.10 |
| HSL | 109.41º | 0.4% | 0.84% | - |
| HSV(B) | 109.41º | 0.15% | 0.9% | - |
| XYZ | 62.62 | 73.14 | 63.04 | - |
| YUV | 217.75 | 115.72 | 116.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 230 | 196 | 0.12 | 0 | 0.15 | 0.10 | 109.41 | 0.4 | 0.84 |
| Hex | CA | E6 | C4 | C | 0 | F | A | 6D | 28 | 54 |
| Octal | 312 | 346 | 304 | 14 | 0 | 17 | 12 | 155 | 50 | 124 |
| Binary | 11001010 | 11100110 | 11000100 | 1100 | 0 | 1111 | 1010 | 1101101 | 101000 | 1010100 |
Color Harmonies of #CAE6C4
Complementary color
Monochromatic Colors of #CAE6C4
Black with #CAE6C4
Text Example
Text Example
White with #CAE6C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAE6C4; }
p { color: rgb(202,230,196); }
H1.HeaderClassName
{
color: #CAE6C4;
}
.AnyTagClassName
{
color: #CAE6C4;
}
</style>
background-color css
<style>
a { background-color: #CAE6C4; }
a { background-color: rgb(202,230,196); }
div.DivClassName
{
background-color: #CAE6C4;
}
.BgClassName
{
background-color: #CAE6C4;
}
</style>
border-color css
<style>
span { border-color: #CAE6C4; }
span { border-color: rgb(202,230,196); }
td.TdClassName
{
border-color: #CAE6C4;
}
.TagClassName
{
border-color: #CAE6C4;
}
</style>