Shades of Tea Green #CAEDC2
Tints of Tea Green #CAEDC2
RGB
CMYK
RGB Variations
Color information
#CAEDC2 (or 0xCAEDC2) is known color: Tea Green. HEX triplet: CA, ED and C2. RGB value is (202,237,194). Sum of RGB (Red+Green+Blue) = 202+237+194=633 (83% of max value = 765). Red value is 202 (79.30% from 255 or 31.91% from 633); Green value is 237 (92.97% from 255 or 37.44% from 633); Blue value is 194 (76.17% from 255 or 30.65% from 633); Max value from RGB is 237 - color contains mainly: green. Hex color #CAEDC2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAEDC2 is #35123D. Grayscale: #DDDDDD. Windows color (decimal): -3478078 or 12774858. OLE color: 12774858.
HSL color Cylindrical-coordinate representation of color #CAEDC2: hue angle of 108.84º degrees, saturation: 0.54, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CAEDC2 is Cyan = 0.15, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 202 | 237 | 194 | - |
| CMYK | 0.15 | 0 | 0.18 | 0.07 |
| HSL | 108.84º | 0.54% | 0.85% | - |
| HSV(B) | 108.84º | 0.18% | 0.93% | - |
| XYZ | 64.38 | 77.02 | 62.51 | - |
| YUV | 221.63 | 112.4 | 114 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 237 | 194 | 0.15 | 0 | 0.18 | 0.07 | 108.84 | 0.54 | 0.85 |
| Hex | CA | ED | C2 | F | 0 | 12 | 7 | 6D | 36 | 55 |
| Octal | 312 | 355 | 302 | 17 | 0 | 22 | 7 | 155 | 66 | 125 |
| Binary | 11001010 | 11101101 | 11000010 | 1111 | 0 | 10010 | 111 | 1101101 | 110110 | 1010101 |
Color Harmonies of #CAEDC2
Complementary color
Monochromatic Colors of #CAEDC2
Black with #CAEDC2
Text Example
Text Example
White with #CAEDC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAEDC2; }
p { color: rgb(202,237,194); }
H1.HeaderClassName
{
color: #CAEDC2;
}
.AnyTagClassName
{
color: #CAEDC2;
}
</style>
background-color css
<style>
a { background-color: #CAEDC2; }
a { background-color: rgb(202,237,194); }
div.DivClassName
{
background-color: #CAEDC2;
}
.BgClassName
{
background-color: #CAEDC2;
}
</style>
border-color css
<style>
span { border-color: #CAEDC2; }
span { border-color: rgb(202,237,194); }
td.TdClassName
{
border-color: #CAEDC2;
}
.TagClassName
{
border-color: #CAEDC2;
}
</style>