#CCE5BE

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

Shades of Tea Green #CCE5BE

Tints of Tea Green #CCE5BE

Color information

#CCE5BE (or 0xCCE5BE) is unknown color: approx Tea Green. HEX triplet: CC, E5 and BE. RGB value is (204,229,190). Sum of RGB (Red+Green+Blue) = 204+229+190=623 (82% of max value = 765). Red value is 204 (80.08% from 255 or 32.74% from 623); Green value is 229 (89.84% from 255 or 36.76% from 623); Blue value is 190 (74.61% from 255 or 30.50% from 623); Max value from RGB is 229 - color contains mainly: green. Hex color #CCE5BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCE5BE is #331A41. Grayscale: #D9D9D9. Windows color (decimal): -3349058 or 12510668. OLE color: 12510668.

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

Color convert

RGB204229190-
CMYK0.1100.170.10
HSL98.46º42.86%82.16%-
HSV(B)98.46º17.03%89.8%-
XYZ62.2272.5959.45-
YUV217.08112.72118.67-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 32.74%
GREEN value IS 229 (89.84% from 255) = 36.76%
BLUE value IS 190 (74.61% from 255) = 30.50%
R=32.74%
G=36.76%
B=30.50%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2042291900.1100.170.1098.4642.8682.16
HexCCE5BEB011A622b52
Octal314345276130211214253122
Binary1100110011100101101111101011010001101011000101010111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCE5BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCE5BE; }

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

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

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

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

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

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

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

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