Shades of Tea Green #CCEDC3
Tints of Tea Green #CCEDC3
RGB
CMYK
RGB Variations
Color information
#CCEDC3 (or 0xCCEDC3) is known color: Tea Green. HEX triplet: CC, ED and C3. RGB value is (204,237,195). Sum of RGB (Red+Green+Blue) = 204+237+195=636 (84% of max value = 765). Red value is 204 (80.08% from 255 or 32.08% from 636); Green value is 237 (92.97% from 255 or 37.26% from 636); Blue value is 195 (76.56% from 255 or 30.66% from 636); Max value from RGB is 237 - color contains mainly: green. Hex color #CCEDC3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCEDC3 is #33123C. Grayscale: #DEDEDE. Windows color (decimal): -3347005 or 12840396. OLE color: 12840396.
HSL color Cylindrical-coordinate representation of color #CCEDC3: hue angle of 107.14º degrees, saturation: 0.54, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CCEDC3 is Cyan = 0.14, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 204 | 237 | 195 | - |
| CMYK | 0.14 | 0 | 0.18 | 0.07 |
| HSL | 107.14º | 0.54% | 0.85% | - |
| HSV(B) | 107.14º | 0.18% | 0.93% | - |
| XYZ | 65.04 | 77.35 | 63.13 | - |
| YUV | 222.35 | 112.57 | 114.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 237 | 195 | 0.14 | 0 | 0.18 | 0.07 | 107.14 | 0.54 | 0.85 |
| Hex | CC | ED | C3 | E | 0 | 12 | 7 | 6B | 36 | 55 |
| Octal | 314 | 355 | 303 | 16 | 0 | 22 | 7 | 153 | 66 | 125 |
| Binary | 11001100 | 11101101 | 11000011 | 1110 | 0 | 10010 | 111 | 1101011 | 110110 | 1010101 |
Color Harmonies of #CCEDC3
Complementary color
Monochromatic Colors of #CCEDC3
Black with #CCEDC3
Text Example
Text Example
White with #CCEDC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCEDC3; }
p { color: rgb(204,237,195); }
H1.HeaderClassName
{
color: #CCEDC3;
}
.AnyTagClassName
{
color: #CCEDC3;
}
</style>
background-color css
<style>
a { background-color: #CCEDC3; }
a { background-color: rgb(204,237,195); }
div.DivClassName
{
background-color: #CCEDC3;
}
.BgClassName
{
background-color: #CCEDC3;
}
</style>
border-color css
<style>
span { border-color: #CCEDC3; }
span { border-color: rgb(204,237,195); }
td.TdClassName
{
border-color: #CCEDC3;
}
.TagClassName
{
border-color: #CCEDC3;
}
</style>