Shades of Tea Green #CCEDB2
Tints of Tea Green #CCEDB2
RGB
CMYK
RGB Variations
Color information
#CCEDB2 (or 0xCCEDB2) is known color: Tea Green. HEX triplet: CC, ED and B2. RGB value is (204,237,178). Sum of RGB (Red+Green+Blue) = 204+237+178=619 (81% of max value = 765). Red value is 204 (80.08% from 255 or 32.96% from 619); Green value is 237 (92.97% from 255 or 38.29% from 619); Blue value is 178 (69.92% from 255 or 28.76% from 619); Max value from RGB is 237 - color contains mainly: green. Hex color #CCEDB2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCEDB2 is #33124D. Grayscale: #DCDCDC. Windows color (decimal): -3347022 or 11726284. OLE color: 11726284.
HSL color Cylindrical-coordinate representation of color #CCEDB2: hue angle of 93.56º 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 #CCEDB2 is Cyan = 0.14, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 204 | 237 | 178 | - |
| CMYK | 0.14 | 0 | 0.25 | 0.07 |
| HSL | 93.56º | 0.62% | 0.81% | - |
| HSV(B) | 93.56º | 0.25% | 0.93% | - |
| XYZ | 63.22 | 76.62 | 53.58 | - |
| YUV | 220.41 | 104.07 | 116.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 237 | 178 | 0.14 | 0 | 0.25 | 0.07 | 93.56 | 0.62 | 0.81 |
| Hex | CC | ED | B2 | E | 0 | 19 | 7 | 5E | 3E | 51 |
| Octal | 314 | 355 | 262 | 16 | 0 | 31 | 7 | 136 | 76 | 121 |
| Binary | 11001100 | 11101101 | 10110010 | 1110 | 0 | 11001 | 111 | 1011110 | 111110 | 1010001 |
Color Harmonies of #CCEDB2
Complementary color
Monochromatic Colors of #CCEDB2
Black with #CCEDB2
Text Example
Text Example
White with #CCEDB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCEDB2; }
p { color: rgb(204,237,178); }
H1.HeaderClassName
{
color: #CCEDB2;
}
.AnyTagClassName
{
color: #CCEDB2;
}
</style>
background-color css
<style>
a { background-color: #CCEDB2; }
a { background-color: rgb(204,237,178); }
div.DivClassName
{
background-color: #CCEDB2;
}
.BgClassName
{
background-color: #CCEDB2;
}
</style>
border-color css
<style>
span { border-color: #CCEDB2; }
span { border-color: rgb(204,237,178); }
td.TdClassName
{
border-color: #CCEDB2;
}
.TagClassName
{
border-color: #CCEDB2;
}
</style>