Shades of Tea Green #CAEABD
Tints of Tea Green #CAEABD
RGB
CMYK
RGB Variations
Color information
#CAEABD (or 0xCAEABD) is known color: Tea Green. HEX triplet: CA, EA and BD. RGB value is (202,234,189). Sum of RGB (Red+Green+Blue) = 202+234+189=625 (82% of max value = 765). Red value is 202 (79.30% from 255 or 32.32% from 625); Green value is 234 (91.80% from 255 or 37.44% from 625); Blue value is 189 (74.22% from 255 or 30.24% from 625); Max value from RGB is 234 - color contains mainly: green. Hex color #CAEABD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAEABD is #351542. Grayscale: #DBDBDB. Windows color (decimal): -3478851 or 12446410. OLE color: 12446410.
HSL color Cylindrical-coordinate representation of color #CAEABD: hue angle of 102.67º degrees, saturation: 0.52, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CAEABD is Cyan = 0.14, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 202 | 234 | 189 | - |
| CMYK | 0.14 | 0 | 0.19 | 0.08 |
| HSL | 102.67º | 0.52% | 0.83% | - |
| HSV(B) | 102.67º | 0.19% | 0.92% | - |
| XYZ | 62.97 | 75.08 | 59.32 | - |
| YUV | 219.3 | 110.9 | 115.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 234 | 189 | 0.14 | 0 | 0.19 | 0.08 | 102.67 | 0.52 | 0.83 |
| Hex | CA | EA | BD | E | 0 | 13 | 8 | 67 | 34 | 53 |
| Octal | 312 | 352 | 275 | 16 | 0 | 23 | 10 | 147 | 64 | 123 |
| Binary | 11001010 | 11101010 | 10111101 | 1110 | 0 | 10011 | 1000 | 1100111 | 110100 | 1010011 |
Color Harmonies of #CAEABD
Complementary color
Monochromatic Colors of #CAEABD
Black with #CAEABD
Text Example
Text Example
White with #CAEABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAEABD; }
p { color: rgb(202,234,189); }
H1.HeaderClassName
{
color: #CAEABD;
}
.AnyTagClassName
{
color: #CAEABD;
}
</style>
background-color css
<style>
a { background-color: #CAEABD; }
a { background-color: rgb(202,234,189); }
div.DivClassName
{
background-color: #CAEABD;
}
.BgClassName
{
background-color: #CAEABD;
}
</style>
border-color css
<style>
span { border-color: #CAEABD; }
span { border-color: rgb(202,234,189); }
td.TdClassName
{
border-color: #CAEABD;
}
.TagClassName
{
border-color: #CAEABD;
}
</style>