Shades of Tea Green #CCEDB1
Tints of Tea Green #CCEDB1
RGB
CMYK
RGB Variations
Color information
#CCEDB1 (or 0xCCEDB1) is known color: Tea Green. HEX triplet: CC, ED and B1. RGB value is (204,237,177). Sum of RGB (Red+Green+Blue) = 204+237+177=618 (81% of max value = 765). Red value is 204 (80.08% from 255 or 33.01% from 618); Green value is 237 (92.97% from 255 or 38.35% from 618); Blue value is 177 (69.53% from 255 or 28.64% from 618); Max value from RGB is 237 - color contains mainly: green. Hex color #CCEDB1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCEDB1 is #33124E. Grayscale: #DCDCDC. Windows color (decimal): -3347023 or 11660748. OLE color: 11660748.
HSL color Cylindrical-coordinate representation of color #CCEDB1: hue angle of 93º degrees, saturation: 0.62, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CCEDB1 is Cyan = 0.14, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 204 | 237 | 177 | - |
| CMYK | 0.14 | 0 | 0.25 | 0.07 |
| HSL | 93º | 0.63% | 0.81% | - |
| HSV(B) | 93º | 0.25% | 0.93% | - |
| XYZ | 63.12 | 76.58 | 53.05 | - |
| YUV | 220.29 | 103.57 | 116.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 237 | 177 | 0.14 | 0 | 0.25 | 0.07 | 93 | 0.63 | 0.81 |
| Hex | CC | ED | B1 | E | 0 | 19 | 7 | 5D | 3E | 51 |
| Octal | 314 | 355 | 261 | 16 | 0 | 31 | 7 | 135 | 76 | 121 |
| Binary | 11001100 | 11101101 | 10110001 | 1110 | 0 | 11001 | 111 | 1011101 | 111110 | 1010001 |
Color Harmonies of #CCEDB1
Complementary color
Monochromatic Colors of #CCEDB1
Black with #CCEDB1
Text Example
Text Example
White with #CCEDB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCEDB1; }
p { color: rgb(204,237,177); }
H1.HeaderClassName
{
color: #CCEDB1;
}
.AnyTagClassName
{
color: #CCEDB1;
}
</style>
background-color css
<style>
a { background-color: #CCEDB1; }
a { background-color: rgb(204,237,177); }
div.DivClassName
{
background-color: #CCEDB1;
}
.BgClassName
{
background-color: #CCEDB1;
}
</style>
border-color css
<style>
span { border-color: #CCEDB1; }
span { border-color: rgb(204,237,177); }
td.TdClassName
{
border-color: #CCEDB1;
}
.TagClassName
{
border-color: #CCEDB1;
}
</style>