Shades of Tea Green #CCE6BC
Tints of Tea Green #CCE6BC
RGB
CMYK
RGB Variations
Color information
#CCE6BC (or 0xCCE6BC) is known color: Tea Green. HEX triplet: CC, E6 and BC. RGB value is (204,230,188). Sum of RGB (Red+Green+Blue) = 204+230+188=622 (82% of max value = 765). Red value is 204 (80.08% from 255 or 32.80% from 622); Green value is 230 (90.23% from 255 or 36.98% from 622); Blue value is 188 (73.83% from 255 or 30.23% from 622); Max value from RGB is 230 - color contains mainly: green. Hex color #CCE6BC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCE6BC is #331943. Grayscale: #D9D9D9. Windows color (decimal): -3348804 or 12379852. OLE color: 12379852.
HSL color Cylindrical-coordinate representation of color #CCE6BC: hue angle of 97.14º degrees, saturation: 0.46, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CCE6BC is Cyan = 0.11, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 204 | 230 | 188 | - |
| CMYK | 0.11 | 0 | 0.18 | 0.10 |
| HSL | 97.14º | 0.46% | 0.82% | - |
| HSV(B) | 97.14º | 0.18% | 0.9% | - |
| XYZ | 62.28 | 73.06 | 58.4 | - |
| YUV | 217.44 | 111.39 | 118.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 230 | 188 | 0.11 | 0 | 0.18 | 0.10 | 97.14 | 0.46 | 0.82 |
| Hex | CC | E6 | BC | B | 0 | 12 | A | 61 | 2E | 52 |
| Octal | 314 | 346 | 274 | 13 | 0 | 22 | 12 | 141 | 56 | 122 |
| Binary | 11001100 | 11100110 | 10111100 | 1011 | 0 | 10010 | 1010 | 1100001 | 101110 | 1010010 |
Color Harmonies of #CCE6BC
Complementary color
Monochromatic Colors of #CCE6BC
Black with #CCE6BC
Text Example
Text Example
White with #CCE6BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE6BC; }
p { color: rgb(204,230,188); }
H1.HeaderClassName
{
color: #CCE6BC;
}
.AnyTagClassName
{
color: #CCE6BC;
}
</style>
background-color css
<style>
a { background-color: #CCE6BC; }
a { background-color: rgb(204,230,188); }
div.DivClassName
{
background-color: #CCE6BC;
}
.BgClassName
{
background-color: #CCE6BC;
}
</style>
border-color css
<style>
span { border-color: #CCE6BC; }
span { border-color: rgb(204,230,188); }
td.TdClassName
{
border-color: #CCE6BC;
}
.TagClassName
{
border-color: #CCE6BC;
}
</style>