Shades of Tea Green #CAE2B5
Tints of Tea Green #CAE2B5
RGB
CMYK
RGB Variations
Color information
#CAE2B5 (or 0xCAE2B5) is known color: Tea Green. HEX triplet: CA, E2 and B5. RGB value is (202,226,181). Sum of RGB (Red+Green+Blue) = 202+226+181=609 (80% of max value = 765). Red value is 202 (79.30% from 255 or 33.17% from 609); Green value is 226 (88.67% from 255 or 37.11% from 609); Blue value is 181 (71.09% from 255 or 29.72% from 609); Max value from RGB is 226 - color contains mainly: green. Hex color #CAE2B5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAE2B5 is #351D4A. Grayscale: #D5D5D5. Windows color (decimal): -3480907 or 11920074. OLE color: 11920074.
HSL color Cylindrical-coordinate representation of color #CAE2B5: hue angle of 92º degrees, saturation: 0.44, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CAE2B5 is Cyan = 0.11, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.11.
Color convert
RGB | 202 | 226 | 181 | - |
CMYK | 0.11 | 0 | 0.20 | 0.11 |
HSL | 92º | 0.44% | 0.8% | - |
HSV(B) | 92º | 0.2% | 0.89% | - |
XYZ | 59.89 | 70.29 | 54.13 | - |
YUV | 213.69 | 109.55 | 119.66 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 226 | 181 | 0.11 | 0 | 0.20 | 0.11 | 92 | 0.44 | 0.8 |
Hex | CA | E2 | B5 | B | 0 | 14 | B | 5C | 2C | 50 |
Octal | 312 | 342 | 265 | 13 | 0 | 24 | 13 | 134 | 54 | 120 |
Binary | 11001010 | 11100010 | 10110101 | 1011 | 0 | 10100 | 1011 | 1011100 | 101100 | 1010000 |
Color Harmonies of #CAE2B5
Complementary color
Monochromatic Colors of #CAE2B5
Black with #CAE2B5
Text Example
Text Example
White with #CAE2B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAE2B5; }
p { color: rgb(202,226,181); }
H1.HeaderClassName
{
color: #CAE2B5;
}
.AnyTagClassName
{
color: #CAE2B5;
}
</style>
background-color css
<style>
a { background-color: #CAE2B5; }
a { background-color: rgb(202,226,181); }
div.DivClassName
{
background-color: #CAE2B5;
}
.BgClassName
{
background-color: #CAE2B5;
}
</style>
border-color css
<style>
span { border-color: #CAE2B5; }
span { border-color: rgb(202,226,181); }
td.TdClassName
{
border-color: #CAE2B5;
}
.TagClassName
{
border-color: #CAE2B5;
}
</style>