Shades of Tea Green #CAE6B7
Tints of Tea Green #CAE6B7
RGB
CMYK
RGB Variations
Color information
#CAE6B7 (or 0xCAE6B7) is known color: Tea Green. HEX triplet: CA, E6 and B7. RGB value is (202,230,183). Sum of RGB (Red+Green+Blue) = 202+230+183=615 (81% of max value = 765). Red value is 202 (79.30% from 255 or 32.85% from 615); Green value is 230 (90.23% from 255 or 37.40% from 615); Blue value is 183 (71.88% from 255 or 29.76% from 615); Max value from RGB is 230 - color contains mainly: green. Hex color #CAE6B7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAE6B7 is #351948. Grayscale: #D8D8D8. Windows color (decimal): -3479881 or 12052170. OLE color: 12052170.
HSL color Cylindrical-coordinate representation of color #CAE6B7: hue angle of 95.74º degrees, saturation: 0.48, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CAE6B7 is Cyan = 0.12, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 202 | 230 | 183 | - |
| CMYK | 0.12 | 0 | 0.20 | 0.10 |
| HSL | 95.74º | 0.48% | 0.81% | - |
| HSV(B) | 95.74º | 0.2% | 0.9% | - |
| XYZ | 61.2 | 72.57 | 55.58 | - |
| YUV | 216.27 | 109.22 | 117.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 230 | 183 | 0.12 | 0 | 0.20 | 0.10 | 95.74 | 0.48 | 0.81 |
| Hex | CA | E6 | B7 | C | 0 | 14 | A | 60 | 30 | 51 |
| Octal | 312 | 346 | 267 | 14 | 0 | 24 | 12 | 140 | 60 | 121 |
| Binary | 11001010 | 11100110 | 10110111 | 1100 | 0 | 10100 | 1010 | 1100000 | 110000 | 1010001 |
Color Harmonies of #CAE6B7
Complementary color
Monochromatic Colors of #CAE6B7
Black with #CAE6B7
Text Example
Text Example
White with #CAE6B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAE6B7; }
p { color: rgb(202,230,183); }
H1.HeaderClassName
{
color: #CAE6B7;
}
.AnyTagClassName
{
color: #CAE6B7;
}
</style>
background-color css
<style>
a { background-color: #CAE6B7; }
a { background-color: rgb(202,230,183); }
div.DivClassName
{
background-color: #CAE6B7;
}
.BgClassName
{
background-color: #CAE6B7;
}
</style>
border-color css
<style>
span { border-color: #CAE6B7; }
span { border-color: rgb(202,230,183); }
td.TdClassName
{
border-color: #CAE6B7;
}
.TagClassName
{
border-color: #CAE6B7;
}
</style>