Shades of Tea Green #CAEAB4
Tints of Tea Green #CAEAB4
RGB
CMYK
RGB Variations
Color information
#CAEAB4 (or 0xCAEAB4) is known color: Tea Green. HEX triplet: CA, EA and B4. RGB value is (202,234,180). Sum of RGB (Red+Green+Blue) = 202+234+180=616 (81% of max value = 765). Red value is 202 (79.30% from 255 or 32.79% from 616); Green value is 234 (91.80% from 255 or 37.99% from 616); Blue value is 180 (70.70% from 255 or 29.22% from 616); Max value from RGB is 234 - color contains mainly: green. Hex color #CAEAB4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAEAB4 is #35154B. Grayscale: #DADADA. Windows color (decimal): -3478860 or 11856586. OLE color: 11856586.
HSL color Cylindrical-coordinate representation of color #CAEAB4: hue angle of 95.56º degrees, saturation: 0.56, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CAEAB4 is Cyan = 0.14, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 202 | 234 | 180 | - |
| CMYK | 0.14 | 0 | 0.23 | 0.08 |
| HSL | 95.56º | 0.56% | 0.81% | - |
| HSV(B) | 95.56º | 0.23% | 0.92% | - |
| XYZ | 62.02 | 74.7 | 54.33 | - |
| YUV | 218.28 | 106.4 | 116.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 234 | 180 | 0.14 | 0 | 0.23 | 0.08 | 95.56 | 0.56 | 0.81 |
| Hex | CA | EA | B4 | E | 0 | 17 | 8 | 60 | 38 | 51 |
| Octal | 312 | 352 | 264 | 16 | 0 | 27 | 10 | 140 | 70 | 121 |
| Binary | 11001010 | 11101010 | 10110100 | 1110 | 0 | 10111 | 1000 | 1100000 | 111000 | 1010001 |
Color Harmonies of #CAEAB4
Complementary color
Monochromatic Colors of #CAEAB4
Black with #CAEAB4
Text Example
Text Example
White with #CAEAB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAEAB4; }
p { color: rgb(202,234,180); }
H1.HeaderClassName
{
color: #CAEAB4;
}
.AnyTagClassName
{
color: #CAEAB4;
}
</style>
background-color css
<style>
a { background-color: #CAEAB4; }
a { background-color: rgb(202,234,180); }
div.DivClassName
{
background-color: #CAEAB4;
}
.BgClassName
{
background-color: #CAEAB4;
}
</style>
border-color css
<style>
span { border-color: #CAEAB4; }
span { border-color: rgb(202,234,180); }
td.TdClassName
{
border-color: #CAEAB4;
}
.TagClassName
{
border-color: #CAEAB4;
}
</style>