Shades of Tea Green #CCEDB7
Tints of Tea Green #CCEDB7
RGB
CMYK
RGB Variations
Color information
#CCEDB7 (or 0xCCEDB7) is known color: Tea Green. HEX triplet: CC, ED and B7. RGB value is (204,237,183). Sum of RGB (Red+Green+Blue) = 204+237+183=624 (82% of max value = 765). Red value is 204 (80.08% from 255 or 32.69% from 624); Green value is 237 (92.97% from 255 or 37.98% from 624); Blue value is 183 (71.88% from 255 or 29.33% from 624); Max value from RGB is 237 - color contains mainly: green. Hex color #CCEDB7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCEDB7 is #331248. Grayscale: #DDDDDD. Windows color (decimal): -3347017 or 12053964. OLE color: 12053964.
HSL color Cylindrical-coordinate representation of color #CCEDB7: hue angle of 96.67º degrees, saturation: 0.6, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CCEDB7 is Cyan = 0.14, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 204 | 237 | 183 | - |
| CMYK | 0.14 | 0 | 0.23 | 0.07 |
| HSL | 96.67º | 0.6% | 0.82% | - |
| HSV(B) | 96.67º | 0.23% | 0.93% | - |
| XYZ | 63.73 | 76.82 | 56.27 | - |
| YUV | 220.98 | 106.57 | 115.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 237 | 183 | 0.14 | 0 | 0.23 | 0.07 | 96.67 | 0.6 | 0.82 |
| Hex | CC | ED | B7 | E | 0 | 17 | 7 | 61 | 3C | 52 |
| Octal | 314 | 355 | 267 | 16 | 0 | 27 | 7 | 141 | 74 | 122 |
| Binary | 11001100 | 11101101 | 10110111 | 1110 | 0 | 10111 | 111 | 1100001 | 111100 | 1010010 |
Color Harmonies of #CCEDB7
Complementary color
Monochromatic Colors of #CCEDB7
Black with #CCEDB7
Text Example
Text Example
White with #CCEDB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCEDB7; }
p { color: rgb(204,237,183); }
H1.HeaderClassName
{
color: #CCEDB7;
}
.AnyTagClassName
{
color: #CCEDB7;
}
</style>
background-color css
<style>
a { background-color: #CCEDB7; }
a { background-color: rgb(204,237,183); }
div.DivClassName
{
background-color: #CCEDB7;
}
.BgClassName
{
background-color: #CCEDB7;
}
</style>
border-color css
<style>
span { border-color: #CCEDB7; }
span { border-color: rgb(204,237,183); }
td.TdClassName
{
border-color: #CCEDB7;
}
.TagClassName
{
border-color: #CCEDB7;
}
</style>