Shades of Tea Green #CAEBBE
Tints of Tea Green #CAEBBE
RGB
CMYK
RGB Variations
Color information
#CAEBBE (or 0xCAEBBE) is known color: Tea Green. HEX triplet: CA, EB and BE. RGB value is (202,235,190). Sum of RGB (Red+Green+Blue) = 202+235+190=627 (83% of max value = 765). Red value is 202 (79.30% from 255 or 32.22% from 627); Green value is 235 (92.19% from 255 or 37.48% from 627); Blue value is 190 (74.61% from 255 or 30.30% from 627); Max value from RGB is 235 - color contains mainly: green. Hex color #CAEBBE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAEBBE is #351441. Grayscale: #DCDCDC. Windows color (decimal): -3478594 or 12512202. OLE color: 12512202.
HSL color Cylindrical-coordinate representation of color #CAEBBE: hue angle of 104º degrees, saturation: 0.53, 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 #CAEBBE is Cyan = 0.14, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 202 | 235 | 190 | - |
| CMYK | 0.14 | 0 | 0.19 | 0.08 |
| HSL | 104º | 0.53% | 0.83% | - |
| HSV(B) | 104º | 0.19% | 0.92% | - |
| XYZ | 63.36 | 75.69 | 59.99 | - |
| YUV | 220 | 111.07 | 115.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 235 | 190 | 0.14 | 0 | 0.19 | 0.08 | 104 | 0.53 | 0.83 |
| Hex | CA | EB | BE | E | 0 | 13 | 8 | 68 | 35 | 53 |
| Octal | 312 | 353 | 276 | 16 | 0 | 23 | 10 | 150 | 65 | 123 |
| Binary | 11001010 | 11101011 | 10111110 | 1110 | 0 | 10011 | 1000 | 1101000 | 110101 | 1010011 |
Color Harmonies of #CAEBBE
Complementary color
Monochromatic Colors of #CAEBBE
Black with #CAEBBE
Text Example
Text Example
White with #CAEBBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAEBBE; }
p { color: rgb(202,235,190); }
H1.HeaderClassName
{
color: #CAEBBE;
}
.AnyTagClassName
{
color: #CAEBBE;
}
</style>
background-color css
<style>
a { background-color: #CAEBBE; }
a { background-color: rgb(202,235,190); }
div.DivClassName
{
background-color: #CAEBBE;
}
.BgClassName
{
background-color: #CAEBBE;
}
</style>
border-color css
<style>
span { border-color: #CAEBBE; }
span { border-color: rgb(202,235,190); }
td.TdClassName
{
border-color: #CAEBBE;
}
.TagClassName
{
border-color: #CAEBBE;
}
</style>