Shades of Tea Green #CCE8C5
Tints of Tea Green #CCE8C5
RGB
CMYK
RGB Variations
Color information
#CCE8C5 (or 0xCCE8C5) is known color: Tea Green. HEX triplet: CC, E8 and C5. RGB value is (204,232,197). Sum of RGB (Red+Green+Blue) = 204+232+197=633 (83% of max value = 765). Red value is 204 (80.08% from 255 or 32.23% from 633); Green value is 232 (91.02% from 255 or 36.65% from 633); Blue value is 197 (77.34% from 255 or 31.12% from 633); Max value from RGB is 232 - color contains mainly: green. Hex color #CCE8C5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCE8C5 is #33173A. Grayscale: #DBDBDB. Windows color (decimal): -3348283 or 12970188. OLE color: 12970188.
HSL color Cylindrical-coordinate representation of color #CCE8C5: hue angle of 108º degrees, saturation: 0.43, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CCE8C5 is Cyan = 0.12, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.09.
Color convert
RGB | 204 | 232 | 197 | - |
CMYK | 0.12 | 0 | 0.15 | 0.09 |
HSL | 108º | 0.43% | 0.84% | - |
HSV(B) | 108º | 0.15% | 0.91% | - |
XYZ | 63.84 | 74.58 | 63.85 | - |
YUV | 219.64 | 115.22 | 116.85 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 232 | 197 | 0.12 | 0 | 0.15 | 0.09 | 108 | 0.43 | 0.84 |
Hex | CC | E8 | C5 | C | 0 | F | 9 | 6C | 2B | 54 |
Octal | 314 | 350 | 305 | 14 | 0 | 17 | 11 | 154 | 53 | 124 |
Binary | 11001100 | 11101000 | 11000101 | 1100 | 0 | 1111 | 1001 | 1101100 | 101011 | 1010100 |
Color Harmonies of #CCE8C5
Complementary color
Monochromatic Colors of #CCE8C5
Black with #CCE8C5
Text Example
Text Example
White with #CCE8C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE8C5; }
p { color: rgb(204,232,197); }
H1.HeaderClassName
{
color: #CCE8C5;
}
.AnyTagClassName
{
color: #CCE8C5;
}
</style>
background-color css
<style>
a { background-color: #CCE8C5; }
a { background-color: rgb(204,232,197); }
div.DivClassName
{
background-color: #CCE8C5;
}
.BgClassName
{
background-color: #CCE8C5;
}
</style>
border-color css
<style>
span { border-color: #CCE8C5; }
span { border-color: rgb(204,232,197); }
td.TdClassName
{
border-color: #CCE8C5;
}
.TagClassName
{
border-color: #CCE8C5;
}
</style>