Shades of Tea Green #CCEDB3
Tints of Tea Green #CCEDB3
RGB
CMYK
RGB Variations
Color information
#CCEDB3 (or 0xCCEDB3) is known color: Tea Green. HEX triplet: CC, ED and B3. RGB value is (204,237,179). Sum of RGB (Red+Green+Blue) = 204+237+179=620 (82% of max value = 765). Red value is 204 (80.08% from 255 or 32.90% from 620); Green value is 237 (92.97% from 255 or 38.23% from 620); Blue value is 179 (70.31% from 255 or 28.87% from 620); Max value from RGB is 237 - color contains mainly: green. Hex color #CCEDB3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCEDB3 is #33124C. Grayscale: #DCDCDC. Windows color (decimal): -3347021 or 11791820. OLE color: 11791820.
HSL color Cylindrical-coordinate representation of color #CCEDB3: hue angle of 94.14º degrees, saturation: 0.62, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CCEDB3 is Cyan = 0.14, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 204 | 237 | 179 | - |
| CMYK | 0.14 | 0 | 0.24 | 0.07 |
| HSL | 94.14º | 0.62% | 0.82% | - |
| HSV(B) | 94.14º | 0.24% | 0.93% | - |
| XYZ | 63.32 | 76.66 | 54.11 | - |
| YUV | 220.52 | 104.57 | 116.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 237 | 179 | 0.14 | 0 | 0.24 | 0.07 | 94.14 | 0.62 | 0.82 |
| Hex | CC | ED | B3 | E | 0 | 18 | 7 | 5E | 3E | 52 |
| Octal | 314 | 355 | 263 | 16 | 0 | 30 | 7 | 136 | 76 | 122 |
| Binary | 11001100 | 11101101 | 10110011 | 1110 | 0 | 11000 | 111 | 1011110 | 111110 | 1010010 |
Color Harmonies of #CCEDB3
Complementary color
Monochromatic Colors of #CCEDB3
Black with #CCEDB3
Text Example
Text Example
White with #CCEDB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCEDB3; }
p { color: rgb(204,237,179); }
H1.HeaderClassName
{
color: #CCEDB3;
}
.AnyTagClassName
{
color: #CCEDB3;
}
</style>
background-color css
<style>
a { background-color: #CCEDB3; }
a { background-color: rgb(204,237,179); }
div.DivClassName
{
background-color: #CCEDB3;
}
.BgClassName
{
background-color: #CCEDB3;
}
</style>
border-color css
<style>
span { border-color: #CCEDB3; }
span { border-color: rgb(204,237,179); }
td.TdClassName
{
border-color: #CCEDB3;
}
.TagClassName
{
border-color: #CCEDB3;
}
</style>