Shades of Tea Green #CAEAB0
Tints of Tea Green #CAEAB0
RGB
CMYK
RGB Variations
Color information
#CAEAB0 (or 0xCAEAB0) is known color: Tea Green. HEX triplet: CA, EA and B0. RGB value is (202,234,176). Sum of RGB (Red+Green+Blue) = 202+234+176=612 (81% of max value = 765). Red value is 202 (79.30% from 255 or 33.01% from 612); Green value is 234 (91.80% from 255 or 38.24% from 612); Blue value is 176 (69.14% from 255 or 28.76% from 612); Max value from RGB is 234 - color contains mainly: green. Hex color #CAEAB0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAEAB0 is #35154F. Grayscale: #DADADA. Windows color (decimal): -3478864 or 11594442. OLE color: 11594442.
HSL color Cylindrical-coordinate representation of color #CAEAB0: hue angle of 93.1º degrees, saturation: 0.58, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CAEAB0 is Cyan = 0.14, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 202 | 234 | 176 | - |
| CMYK | 0.14 | 0 | 0.25 | 0.08 |
| HSL | 93.1º | 0.58% | 0.8% | - |
| HSV(B) | 93.1º | 0.25% | 0.92% | - |
| XYZ | 61.62 | 74.54 | 52.21 | - |
| YUV | 217.82 | 104.4 | 116.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 234 | 176 | 0.14 | 0 | 0.25 | 0.08 | 93.1 | 0.58 | 0.8 |
| Hex | CA | EA | B0 | E | 0 | 19 | 8 | 5D | 3A | 50 |
| Octal | 312 | 352 | 260 | 16 | 0 | 31 | 10 | 135 | 72 | 120 |
| Binary | 11001010 | 11101010 | 10110000 | 1110 | 0 | 11001 | 1000 | 1011101 | 111010 | 1010000 |
Color Harmonies of #CAEAB0
Complementary color
Monochromatic Colors of #CAEAB0
Black with #CAEAB0
Text Example
Text Example
White with #CAEAB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAEAB0; }
p { color: rgb(202,234,176); }
H1.HeaderClassName
{
color: #CAEAB0;
}
.AnyTagClassName
{
color: #CAEAB0;
}
</style>
background-color css
<style>
a { background-color: #CAEAB0; }
a { background-color: rgb(202,234,176); }
div.DivClassName
{
background-color: #CAEAB0;
}
.BgClassName
{
background-color: #CAEAB0;
}
</style>
border-color css
<style>
span { border-color: #CAEAB0; }
span { border-color: rgb(202,234,176); }
td.TdClassName
{
border-color: #CAEAB0;
}
.TagClassName
{
border-color: #CAEAB0;
}
</style>