#CCE5BC

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

Shades of Tea Green #CCE5BC

Tints of Tea Green #CCE5BC

Color information

#CCE5BC (or 0xCCE5BC) is unknown color: approx Tea Green. HEX triplet: CC, E5 and BC. RGB value is (204,229,188). Sum of RGB (Red+Green+Blue) = 204+229+188=621 (82% of max value = 765). Red value is 204 (80.08% from 255 or 32.85% from 621); Green value is 229 (89.84% from 255 or 36.88% from 621); Blue value is 188 (73.83% from 255 or 30.27% from 621); Max value from RGB is 229 - color contains mainly: green. Hex color #CCE5BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCE5BC is #331A43. Grayscale: #D8D8D8. Windows color (decimal): -3349060 or 12379596. OLE color: 12379596.

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

Color convert

RGB204229188-
CMYK0.1100.180.10
HSL96.59º44.09%81.76%-
HSV(B)96.59º17.9%89.8%-
XYZ6272.5158.3-
YUV216.85111.72118.83-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 32.85%
GREEN value IS 229 (89.84% from 255) = 36.88%
BLUE value IS 188 (73.83% from 255) = 30.27%
R=32.85%
G=36.88%
B=30.27%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2042291880.1100.180.1096.5944.0981.76
HexCCE5BCB012A612c52
Octal314345274130221214154122
Binary1100110011100101101111001011010010101011000011011001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCE5BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCE5BC; }

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

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

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

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

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

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

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

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