Shades of Tea Green #CCE7B2
Tints of Tea Green #CCE7B2
RGB
CMYK
RGB Variations
Color information
#CCE7B2 (or 0xCCE7B2) is known color: Tea Green. HEX triplet: CC, E7 and B2. RGB value is (204,231,178). Sum of RGB (Red+Green+Blue) = 204+231+178=613 (81% of max value = 765). Red value is 204 (80.08% from 255 or 33.28% from 613); Green value is 231 (90.62% from 255 or 37.68% from 613); Blue value is 178 (69.92% from 255 or 29.04% from 613); Max value from RGB is 231 - color contains mainly: green. Hex color #CCE7B2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCE7B2 is #33184D. Grayscale: #D9D9D9. Windows color (decimal): -3348558 or 11724748. OLE color: 11724748.
HSL color Cylindrical-coordinate representation of color #CCE7B2: hue angle of 90.57º degrees, saturation: 0.52, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CCE7B2 is Cyan = 0.12, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.09.
Color convert
RGB | 204 | 231 | 178 | - |
CMYK | 0.12 | 0 | 0.23 | 0.09 |
HSL | 90.57º | 0.52% | 0.8% | - |
HSV(B) | 90.57º | 0.23% | 0.91% | - |
XYZ | 61.51 | 73.2 | 53.01 | - |
YUV | 216.89 | 106.05 | 118.81 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 231 | 178 | 0.12 | 0 | 0.23 | 0.09 | 90.57 | 0.52 | 0.8 |
Hex | CC | E7 | B2 | C | 0 | 17 | 9 | 5B | 34 | 50 |
Octal | 314 | 347 | 262 | 14 | 0 | 27 | 11 | 133 | 64 | 120 |
Binary | 11001100 | 11100111 | 10110010 | 1100 | 0 | 10111 | 1001 | 1011011 | 110100 | 1010000 |
Color Harmonies of #CCE7B2
Complementary color
Monochromatic Colors of #CCE7B2
Black with #CCE7B2
Text Example
Text Example
White with #CCE7B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE7B2; }
p { color: rgb(204,231,178); }
H1.HeaderClassName
{
color: #CCE7B2;
}
.AnyTagClassName
{
color: #CCE7B2;
}
</style>
background-color css
<style>
a { background-color: #CCE7B2; }
a { background-color: rgb(204,231,178); }
div.DivClassName
{
background-color: #CCE7B2;
}
.BgClassName
{
background-color: #CCE7B2;
}
</style>
border-color css
<style>
span { border-color: #CCE7B2; }
span { border-color: rgb(204,231,178); }
td.TdClassName
{
border-color: #CCE7B2;
}
.TagClassName
{
border-color: #CCE7B2;
}
</style>