#CCE6BC

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

Shades of Tea Green #CCE6BC

Tints of Tea Green #CCE6BC

Color information

#CCE6BC (or 0xCCE6BC) is unknown color: approx Tea Green. HEX triplet: CC, E6 and BC. RGB value is (204,230,188). Sum of RGB (Red+Green+Blue) = 204+230+188=622 (82% of max value = 765). Red value is 204 (80.08% from 255 or 32.80% from 622); Green value is 230 (90.23% from 255 or 36.98% from 622); Blue value is 188 (73.83% from 255 or 30.23% from 622); Max value from RGB is 230 - color contains mainly: green. Hex color #CCE6BC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCE6BC is #331943. Grayscale: #D9D9D9. Windows color (decimal): -3348804 or 12379852. OLE color: 12379852.

HSL color Cylindrical-coordinate representation of color #CCE6BC: hue angle of 97.14º degrees, saturation: 0.46, 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 #CCE6BC is Cyan = 0.11, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.10.

Color convert

RGB204230188-
CMYK0.1100.180.10
HSL97.14º45.65%81.96%-
HSV(B)97.14º18.26%90.2%-
XYZ62.2873.0658.4-
YUV217.44111.39118.42-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 32.80%
GREEN value IS 230 (90.23% from 255) = 36.98%
BLUE value IS 188 (73.83% from 255) = 30.23%
R=32.80%
G=36.98%
B=30.23%

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
Decimal2042301880.1100.180.1097.1445.6581.96
HexCCE6BCB012A612e52
Octal314346274130221214156122
Binary1100110011100110101111001011010010101011000011011101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCE6BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCE6BC; }

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

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

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

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

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

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

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

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