Shades of Tea Green #CAEAB3
Tints of Tea Green #CAEAB3
RGB
CMYK
RGB Variations
Color information
#CAEAB3 (or 0xCAEAB3) is known color: Tea Green. HEX triplet: CA, EA and B3. RGB value is (202,234,179). Sum of RGB (Red+Green+Blue) = 202+234+179=615 (81% of max value = 765). Red value is 202 (79.30% from 255 or 32.85% from 615); Green value is 234 (91.80% from 255 or 38.05% from 615); Blue value is 179 (70.31% from 255 or 29.11% from 615); Max value from RGB is 234 - color contains mainly: green. Hex color #CAEAB3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAEAB3 is #35154C. Grayscale: #DADADA. Windows color (decimal): -3478861 or 11791050. OLE color: 11791050.
HSL color Cylindrical-coordinate representation of color #CAEAB3: hue angle of 94.91º degrees, saturation: 0.57, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CAEAB3 is Cyan = 0.14, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 202 | 234 | 179 | - |
| CMYK | 0.14 | 0 | 0.24 | 0.08 |
| HSL | 94.91º | 0.57% | 0.81% | - |
| HSV(B) | 94.91º | 0.24% | 0.92% | - |
| XYZ | 61.92 | 74.66 | 53.79 | - |
| YUV | 218.16 | 105.9 | 116.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 234 | 179 | 0.14 | 0 | 0.24 | 0.08 | 94.91 | 0.57 | 0.81 |
| Hex | CA | EA | B3 | E | 0 | 18 | 8 | 5F | 39 | 51 |
| Octal | 312 | 352 | 263 | 16 | 0 | 30 | 10 | 137 | 71 | 121 |
| Binary | 11001010 | 11101010 | 10110011 | 1110 | 0 | 11000 | 1000 | 1011111 | 111001 | 1010001 |
Color Harmonies of #CAEAB3
Complementary color
Monochromatic Colors of #CAEAB3
Black with #CAEAB3
Text Example
Text Example
White with #CAEAB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAEAB3; }
p { color: rgb(202,234,179); }
H1.HeaderClassName
{
color: #CAEAB3;
}
.AnyTagClassName
{
color: #CAEAB3;
}
</style>
background-color css
<style>
a { background-color: #CAEAB3; }
a { background-color: rgb(202,234,179); }
div.DivClassName
{
background-color: #CAEAB3;
}
.BgClassName
{
background-color: #CAEAB3;
}
</style>
border-color css
<style>
span { border-color: #CAEAB3; }
span { border-color: rgb(202,234,179); }
td.TdClassName
{
border-color: #CAEAB3;
}
.TagClassName
{
border-color: #CAEAB3;
}
</style>