Shades of Tea Green #CAEBB7
Tints of Tea Green #CAEBB7
RGB
CMYK
RGB Variations
Color information
#CAEBB7 (or 0xCAEBB7) is known color: Tea Green. HEX triplet: CA, EB and B7. RGB value is (202,235,183). Sum of RGB (Red+Green+Blue) = 202+235+183=620 (82% of max value = 765). Red value is 202 (79.30% from 255 or 32.58% from 620); Green value is 235 (92.19% from 255 or 37.90% from 620); Blue value is 183 (71.88% from 255 or 29.52% from 620); Max value from RGB is 235 - color contains mainly: green. Hex color #CAEBB7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAEBB7 is #351448. Grayscale: #DBDBDB. Windows color (decimal): -3478601 or 12053450. OLE color: 12053450.
HSL color Cylindrical-coordinate representation of color #CAEBB7: hue angle of 98.08º degrees, saturation: 0.57, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CAEBB7 is Cyan = 0.14, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 202 | 235 | 183 | - |
| CMYK | 0.14 | 0 | 0.22 | 0.08 |
| HSL | 98.08º | 0.57% | 0.82% | - |
| HSV(B) | 98.08º | 0.22% | 0.92% | - |
| XYZ | 62.61 | 75.39 | 56.05 | - |
| YUV | 219.21 | 107.57 | 115.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 235 | 183 | 0.14 | 0 | 0.22 | 0.08 | 98.08 | 0.57 | 0.82 |
| Hex | CA | EB | B7 | E | 0 | 16 | 8 | 62 | 39 | 52 |
| Octal | 312 | 353 | 267 | 16 | 0 | 26 | 10 | 142 | 71 | 122 |
| Binary | 11001010 | 11101011 | 10110111 | 1110 | 0 | 10110 | 1000 | 1100010 | 111001 | 1010010 |
Color Harmonies of #CAEBB7
Complementary color
Monochromatic Colors of #CAEBB7
Black with #CAEBB7
Text Example
Text Example
White with #CAEBB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAEBB7; }
p { color: rgb(202,235,183); }
H1.HeaderClassName
{
color: #CAEBB7;
}
.AnyTagClassName
{
color: #CAEBB7;
}
</style>
background-color css
<style>
a { background-color: #CAEBB7; }
a { background-color: rgb(202,235,183); }
div.DivClassName
{
background-color: #CAEBB7;
}
.BgClassName
{
background-color: #CAEBB7;
}
</style>
border-color css
<style>
span { border-color: #CAEBB7; }
span { border-color: rgb(202,235,183); }
td.TdClassName
{
border-color: #CAEBB7;
}
.TagClassName
{
border-color: #CAEBB7;
}
</style>