Shades of Tea Green #CAEABF
Tints of Tea Green #CAEABF
RGB
CMYK
RGB Variations
Color information
#CAEABF (or 0xCAEABF) is known color: Tea Green. HEX triplet: CA, EA and BF. RGB value is (202,234,191). Sum of RGB (Red+Green+Blue) = 202+234+191=627 (83% of max value = 765). Red value is 202 (79.30% from 255 or 32.22% from 627); Green value is 234 (91.80% from 255 or 37.32% from 627); Blue value is 191 (75% from 255 or 30.46% from 627); Max value from RGB is 234 - color contains mainly: green. Hex color #CAEABF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAEABF is #351540. Grayscale: #DBDBDB. Windows color (decimal): -3478849 or 12577482. OLE color: 12577482.
HSL color Cylindrical-coordinate representation of color #CAEABF: hue angle of 104.65º degrees, saturation: 0.51, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CAEABF is Cyan = 0.14, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 202 | 234 | 191 | - |
| CMYK | 0.14 | 0 | 0.18 | 0.08 |
| HSL | 104.65º | 0.51% | 0.83% | - |
| HSV(B) | 104.65º | 0.18% | 0.92% | - |
| XYZ | 63.18 | 75.16 | 60.47 | - |
| YUV | 219.53 | 111.9 | 115.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 234 | 191 | 0.14 | 0 | 0.18 | 0.08 | 104.65 | 0.51 | 0.83 |
| Hex | CA | EA | BF | E | 0 | 12 | 8 | 69 | 33 | 53 |
| Octal | 312 | 352 | 277 | 16 | 0 | 22 | 10 | 151 | 63 | 123 |
| Binary | 11001010 | 11101010 | 10111111 | 1110 | 0 | 10010 | 1000 | 1101001 | 110011 | 1010011 |
Color Harmonies of #CAEABF
Complementary color
Monochromatic Colors of #CAEABF
Black with #CAEABF
Text Example
Text Example
White with #CAEABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAEABF; }
p { color: rgb(202,234,191); }
H1.HeaderClassName
{
color: #CAEABF;
}
.AnyTagClassName
{
color: #CAEABF;
}
</style>
background-color css
<style>
a { background-color: #CAEABF; }
a { background-color: rgb(202,234,191); }
div.DivClassName
{
background-color: #CAEABF;
}
.BgClassName
{
background-color: #CAEABF;
}
</style>
border-color css
<style>
span { border-color: #CAEABF; }
span { border-color: rgb(202,234,191); }
td.TdClassName
{
border-color: #CAEABF;
}
.TagClassName
{
border-color: #CAEABF;
}
</style>