Shades of Tea Green #CCE6C4
Tints of Tea Green #CCE6C4
RGB
CMYK
RGB Variations
Color information
#CCE6C4 (or 0xCCE6C4) is known color: Tea Green. HEX triplet: CC, E6 and C4. RGB value is (204,230,196). Sum of RGB (Red+Green+Blue) = 204+230+196=630 (83% of max value = 765). Red value is 204 (80.08% from 255 or 32.38% from 630); Green value is 230 (90.23% from 255 or 36.51% from 630); Blue value is 196 (76.95% from 255 or 31.11% from 630); Max value from RGB is 230 - color contains mainly: green. Hex color #CCE6C4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCE6C4 is #33193B. Grayscale: #DADADA. Windows color (decimal): -3348796 or 12904140. OLE color: 12904140.
HSL color Cylindrical-coordinate representation of color #CCE6C4: hue angle of 105.88º degrees, saturation: 0.4, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CCE6C4 is Cyan = 0.11, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 204 | 230 | 196 | - |
| CMYK | 0.11 | 0 | 0.15 | 0.10 |
| HSL | 105.88º | 0.4% | 0.84% | - |
| HSV(B) | 105.88º | 0.15% | 0.9% | - |
| XYZ | 63.16 | 73.42 | 63.07 | - |
| YUV | 218.35 | 115.39 | 117.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 230 | 196 | 0.11 | 0 | 0.15 | 0.10 | 105.88 | 0.4 | 0.84 |
| Hex | CC | E6 | C4 | B | 0 | F | A | 6A | 28 | 54 |
| Octal | 314 | 346 | 304 | 13 | 0 | 17 | 12 | 152 | 50 | 124 |
| Binary | 11001100 | 11100110 | 11000100 | 1011 | 0 | 1111 | 1010 | 1101010 | 101000 | 1010100 |
Color Harmonies of #CCE6C4
Complementary color
Monochromatic Colors of #CCE6C4
Black with #CCE6C4
Text Example
Text Example
White with #CCE6C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE6C4; }
p { color: rgb(204,230,196); }
H1.HeaderClassName
{
color: #CCE6C4;
}
.AnyTagClassName
{
color: #CCE6C4;
}
</style>
background-color css
<style>
a { background-color: #CCE6C4; }
a { background-color: rgb(204,230,196); }
div.DivClassName
{
background-color: #CCE6C4;
}
.BgClassName
{
background-color: #CCE6C4;
}
</style>
border-color css
<style>
span { border-color: #CCE6C4; }
span { border-color: rgb(204,230,196); }
td.TdClassName
{
border-color: #CCE6C4;
}
.TagClassName
{
border-color: #CCE6C4;
}
</style>