#CCE6BB

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

Shades of Tea Green #CCE6BB

Tints of Tea Green #CCE6BB

Color information

#CCE6BB (or 0xCCE6BB) is unknown color: approx Tea Green. HEX triplet: CC, E6 and BB. RGB value is (204,230,187). Sum of RGB (Red+Green+Blue) = 204+230+187=621 (82% of max value = 765). Red value is 204 (80.08% from 255 or 32.85% from 621); Green value is 230 (90.23% from 255 or 37.04% from 621); Blue value is 187 (73.44% from 255 or 30.11% from 621); Max value from RGB is 230 - color contains mainly: green. Hex color #CCE6BB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCE6BB is #331944. Grayscale: #D9D9D9. Windows color (decimal): -3348805 or 12314316. OLE color: 12314316.

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

Color convert

RGB204230187-
CMYK0.1100.190.10
HSL96.28º46.24%81.76%-
HSV(B)96.28º18.7%90.2%-
XYZ62.1773.0257.83-
YUV217.32110.89118.5-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 32.85%
GREEN value IS 230 (90.23% from 255) = 37.04%
BLUE value IS 187 (73.44% from 255) = 30.11%
R=32.85%
G=37.04%
B=30.11%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2042301870.1100.190.1096.2846.2481.76
HexCCE6BBB013A602e52
Octal314346273130231214056122
Binary1100110011100110101110111011010011101011000001011101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCE6BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCE6BB; }

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

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

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

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

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

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

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

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