#CCE7B2

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

Shades of Tea Green #CCE7B2

Tints of Tea Green #CCE7B2

Color information

#CCE7B2 (or 0xCCE7B2) is unknown color: approx 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

RGB204231178-
CMYK0.1200.230.09
HSL90.57º52.48%80.2%-
HSV(B)90.57º22.94%90.59%-
XYZ61.5173.253.01-
YUV216.88106.05118.81-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 33.28%
GREEN value IS 231 (90.62% from 255) = 37.68%
BLUE value IS 178 (69.92% from 255) = 29.04%
R=33.28%
G=37.68%
B=29.04%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2042311780.1200.230.0990.5752.4880.2
HexCCE7B2C01795b3450
Octal314347262140271113364120
Binary1100110011100111101100101100010111100110110111101001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCE7B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>