#CCE1C2

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

Shades of Tea Green #CCE1C2

Tints of Tea Green #CCE1C2

Color information

#CCE1C2 (or 0xCCE1C2) is unknown color: approx Tea Green. HEX triplet: CC, E1 and C2. RGB value is (204,225,194). Sum of RGB (Red+Green+Blue) = 204+225+194=623 (82% of max value = 765). Red value is 204 (80.08% from 255 or 32.74% from 623); Green value is 225 (88.28% from 255 or 36.12% from 623); Blue value is 194 (76.17% from 255 or 31.14% from 623); Max value from RGB is 225 - color contains mainly: green. Hex color #CCE1C2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCE1C2 is #331E3D. Grayscale: #D7D7D7. Windows color (decimal): -3350078 or 12771788. OLE color: 12771788.

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

Color convert

RGB204225194-
CMYK0.0900.140.12
HSL100.65º34.07%82.16%-
HSV(B)100.65º13.78%88.24%-
XYZ61.5670.5861.42-
YUV215.19116.04120.02-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 32.74%
GREEN value IS 225 (88.28% from 255) = 36.12%
BLUE value IS 194 (76.17% from 255) = 31.14%
R=32.74%
G=36.12%
B=31.14%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2042251940.0900.140.12100.6534.0782.16
HexCCE1C290EC652252
Octal314341302110161414542122
Binary110011001110000111000010100101110110011001011000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCE1C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCE1C2; }

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

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

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

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

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

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

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

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