#CCE5BD

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

Shades of Tea Green #CCE5BD

Tints of Tea Green #CCE5BD

Color information

#CCE5BD (or 0xCCE5BD) is unknown color: approx Tea Green. HEX triplet: CC, E5 and BD. RGB value is (204,229,189). Sum of RGB (Red+Green+Blue) = 204+229+189=622 (82% of max value = 765). Red value is 204 (80.08% from 255 or 32.80% from 622); Green value is 229 (89.84% from 255 or 36.82% from 622); Blue value is 189 (74.22% from 255 or 30.39% from 622); Max value from RGB is 229 - color contains mainly: green. Hex color #CCE5BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCE5BD is #331A42. Grayscale: #D9D9D9. Windows color (decimal): -3349059 or 12445132. OLE color: 12445132.

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

Color convert

RGB204229189-
CMYK0.1100.170.10
HSL97.5º43.48%81.96%-
HSV(B)97.5º17.47%89.8%-
XYZ62.1172.5558.87-
YUV216.96112.22118.75-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 32.80%
GREEN value IS 229 (89.84% from 255) = 36.82%
BLUE value IS 189 (74.22% from 255) = 30.39%
R=32.80%
G=36.82%
B=30.39%

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
Decimal2042291890.1100.170.1097.543.4881.96
HexCCE5BDB011A622b52
Octal314345275130211214253122
Binary1100110011100101101111011011010001101011000101010111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCE5BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCE5BD; }

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

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

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

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

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

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

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

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