Shades of Tea Green #CCE6B7
Tints of Tea Green #CCE6B7
RGB
CMYK
RGB Variations
Color information
#CCE6B7 (or 0xCCE6B7) is known color: Tea Green. HEX triplet: CC, E6 and B7. RGB value is (204,230,183). Sum of RGB (Red+Green+Blue) = 204+230+183=617 (81% of max value = 765). Red value is 204 (80.08% from 255 or 33.06% from 617); Green value is 230 (90.23% from 255 or 37.28% from 617); Blue value is 183 (71.88% from 255 or 29.66% from 617); Max value from RGB is 230 - color contains mainly: green. Hex color #CCE6B7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCE6B7 is #331948. Grayscale: #D9D9D9. Windows color (decimal): -3348809 or 12052172. OLE color: 12052172.
HSL color Cylindrical-coordinate representation of color #CCE6B7: hue angle of 93.19º 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 #CCE6B7 is Cyan = 0.11, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 204 | 230 | 183 | - |
| CMYK | 0.11 | 0 | 0.20 | 0.10 |
| HSL | 93.19º | 0.48% | 0.81% | - |
| HSV(B) | 93.19º | 0.2% | 0.9% | - |
| XYZ | 61.75 | 72.85 | 55.61 | - |
| YUV | 216.87 | 108.89 | 118.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 230 | 183 | 0.11 | 0 | 0.20 | 0.10 | 93.19 | 0.48 | 0.81 |
| Hex | CC | E6 | B7 | B | 0 | 14 | A | 5D | 30 | 51 |
| Octal | 314 | 346 | 267 | 13 | 0 | 24 | 12 | 135 | 60 | 121 |
| Binary | 11001100 | 11100110 | 10110111 | 1011 | 0 | 10100 | 1010 | 1011101 | 110000 | 1010001 |
Color Harmonies of #CCE6B7
Complementary color
Monochromatic Colors of #CCE6B7
Black with #CCE6B7
Text Example
Text Example
White with #CCE6B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE6B7; }
p { color: rgb(204,230,183); }
H1.HeaderClassName
{
color: #CCE6B7;
}
.AnyTagClassName
{
color: #CCE6B7;
}
</style>
background-color css
<style>
a { background-color: #CCE6B7; }
a { background-color: rgb(204,230,183); }
div.DivClassName
{
background-color: #CCE6B7;
}
.BgClassName
{
background-color: #CCE6B7;
}
</style>
border-color css
<style>
span { border-color: #CCE6B7; }
span { border-color: rgb(204,230,183); }
td.TdClassName
{
border-color: #CCE6B7;
}
.TagClassName
{
border-color: #CCE6B7;
}
</style>