#CCE1BF

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

Shades of Tea Green #CCE1BF

Tints of Tea Green #CCE1BF

Color information

#CCE1BF (or 0xCCE1BF) is unknown color: approx Tea Green. HEX triplet: CC, E1 and BF. RGB value is (204,225,191). Sum of RGB (Red+Green+Blue) = 204+225+191=620 (82% of max value = 765). Red value is 204 (80.08% from 255 or 32.90% from 620); Green value is 225 (88.28% from 255 or 36.29% from 620); Blue value is 191 (75% from 255 or 30.81% from 620); Max value from RGB is 225 - color contains mainly: green. Hex color #CCE1BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCE1BF is #331E40. Grayscale: #D6D6D6. Windows color (decimal): -3350081 or 12575180. OLE color: 12575180.

HSL color Cylindrical-coordinate representation of color #CCE1BF: hue angle of 97.06º degrees, saturation: 0.36, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CCE1BF is Cyan = 0.09, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.12.

Color convert

RGB204225191-
CMYK0.0900.150.12
HSL97.06º36.17%81.57%-
HSV(B)97.06º15.11%88.24%-
XYZ61.2370.4559.66-
YUV214.84114.54120.26-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 32.90%
GREEN value IS 225 (88.28% from 255) = 36.29%
BLUE value IS 191 (75% from 255) = 30.81%
R=32.90%
G=36.29%
B=30.81%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2042251910.0900.150.1297.0636.1781.57
HexCCE1BF90FC612452
Octal314341277110171414144122
Binary110011001110000110111111100101111110011000011001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCE1BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCE1BF; }

 p { color: rgb(204,225,191); }

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

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

 a { background-color: rgb(204,225,191); }

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

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

 span { border-color: rgb(204,225,191); }

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