#CCE2BE

Color #CCE2BE Tea Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tea Green #CCE2BE

Tints of Tea Green #CCE2BE

Color information

#CCE2BE (or 0xCCE2BE) is unknown color: approx Tea Green. HEX triplet: CC, E2 and BE. RGB value is (204,226,190). Sum of RGB (Red+Green+Blue) = 204+226+190=620 (82% of max value = 765). Red value is 204 (80.08% from 255 or 32.90% from 620); Green value is 226 (88.67% from 255 or 36.45% from 620); Blue value is 190 (74.61% from 255 or 30.65% from 620); Max value from RGB is 226 - color contains mainly: green. Hex color #CCE2BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCE2BE is #331D41. Grayscale: #D7D7D7. Windows color (decimal): -3349826 or 12509900. OLE color: 12509900.

HSL color Cylindrical-coordinate representation of color #CCE2BE: hue angle of 96.67º degrees, saturation: 0.38, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CCE2BE is Cyan = 0.10, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.11.

Color convert

RGB204226190-
CMYK0.1000.160.11
HSL96.67º38.3%81.57%-
HSV(B)96.67º15.93%88.63%-
XYZ61.3970.9559.17-
YUV215.32113.71119.93-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 204 (80.08% from 255) = 32.90%
GREEN value IS 226 (88.67% from 255) = 36.45%
BLUE value IS 190 (74.61% from 255) = 30.65%
R=32.90%
G=36.45%
B=30.65%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2042261900.1000.160.1196.6738.381.57
HexCCE2BEA010B612652
Octal314342276120201314146122
Binary1100110011100010101111101010010000101111000011001101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCE2BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCE2BE; }

 p { color: rgb(204,226,190); }

 H1.HeaderClassName
 {
   color: #CCE2BE;
 }
 .AnyTagClassName
 {
   color: #CCE2BE;
 }
</style>
background-color css

<style>
 a { background-color: #CCE2BE; }

 a { background-color: rgb(204,226,190); }

 div.DivClassName
 {
   background-color: #CCE2BE;
 }
 .BgClassName
 {
   background-color: #CCE2BE;
 }
</style>
border-color css

<style>
 span { border-color: #CCE2BE; }

 span { border-color: rgb(204,226,190); }

 td.TdClassName
 {
   border-color: #CCE2BE;
 }
 .TagClassName
 {
   border-color: #CCE2BE;
 }
</style>