Shades of Tea Green #CAEABB
Tints of Tea Green #CAEABB
RGB
CMYK
RGB Variations
Color information
#CAEABB (or 0xCAEABB) is known color: Tea Green. HEX triplet: CA, EA and BB. RGB value is (202,234,187). Sum of RGB (Red+Green+Blue) = 202+234+187=623 (82% of max value = 765). Red value is 202 (79.30% from 255 or 32.42% from 623); Green value is 234 (91.80% from 255 or 37.56% from 623); Blue value is 187 (73.44% from 255 or 30.02% from 623); Max value from RGB is 234 - color contains mainly: green. Hex color #CAEABB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAEABB is #351544. Grayscale: #DBDBDB. Windows color (decimal): -3478853 or 12315338. OLE color: 12315338.
HSL color Cylindrical-coordinate representation of color #CAEABB: hue angle of 100.85º degrees, saturation: 0.53, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CAEABB is Cyan = 0.14, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 202 | 234 | 187 | - |
| CMYK | 0.14 | 0 | 0.20 | 0.08 |
| HSL | 100.85º | 0.53% | 0.83% | - |
| HSV(B) | 100.85º | 0.2% | 0.92% | - |
| XYZ | 62.75 | 74.99 | 58.18 | - |
| YUV | 219.07 | 109.9 | 115.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 234 | 187 | 0.14 | 0 | 0.20 | 0.08 | 100.85 | 0.53 | 0.83 |
| Hex | CA | EA | BB | E | 0 | 14 | 8 | 65 | 35 | 53 |
| Octal | 312 | 352 | 273 | 16 | 0 | 24 | 10 | 145 | 65 | 123 |
| Binary | 11001010 | 11101010 | 10111011 | 1110 | 0 | 10100 | 1000 | 1100101 | 110101 | 1010011 |
Color Harmonies of #CAEABB
Complementary color
Monochromatic Colors of #CAEABB
Black with #CAEABB
Text Example
Text Example
White with #CAEABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAEABB; }
p { color: rgb(202,234,187); }
H1.HeaderClassName
{
color: #CAEABB;
}
.AnyTagClassName
{
color: #CAEABB;
}
</style>
background-color css
<style>
a { background-color: #CAEABB; }
a { background-color: rgb(202,234,187); }
div.DivClassName
{
background-color: #CAEABB;
}
.BgClassName
{
background-color: #CAEABB;
}
</style>
border-color css
<style>
span { border-color: #CAEABB; }
span { border-color: rgb(202,234,187); }
td.TdClassName
{
border-color: #CAEABB;
}
.TagClassName
{
border-color: #CAEABB;
}
</style>