#CCE1BE

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

Shades of Tea Green #CCE1BE

Tints of Tea Green #CCE1BE

Color information

#CCE1BE (or 0xCCE1BE) is unknown color: approx Tea Green. HEX triplet: CC, E1 and BE. RGB value is (204,225,190). Sum of RGB (Red+Green+Blue) = 204+225+190=619 (81% of max value = 765). Red value is 204 (80.08% from 255 or 32.96% from 619); Green value is 225 (88.28% from 255 or 36.35% from 619); Blue value is 190 (74.61% from 255 or 30.69% from 619); Max value from RGB is 225 - color contains mainly: green. Hex color #CCE1BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCE1BE is #331E41. Grayscale: #D6D6D6. Windows color (decimal): -3350082 or 12509644. OLE color: 12509644.

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

Color convert

RGB204225190-
CMYK0.0900.160.12
HSL96º36.84%81.37%-
HSV(B)96º15.56%88.24%-
XYZ61.1270.4159.08-
YUV214.73114.04120.35-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 32.96%
GREEN value IS 225 (88.28% from 255) = 36.35%
BLUE value IS 190 (74.61% from 255) = 30.69%
R=32.96%
G=36.35%
B=30.69%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2042251900.0900.160.129636.8481.37
HexCCE1BE9010C602551
Octal314341276110201414045121
Binary1100110011100001101111101001010000110011000001001011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCE1BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCE1BE; }

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

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

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

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

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

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

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

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