#CCE4BE

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

Shades of Tea Green #CCE4BE

Tints of Tea Green #CCE4BE

Color information

#CCE4BE (or 0xCCE4BE) is unknown color: approx Tea Green. HEX triplet: CC, E4 and BE. RGB value is (204,228,190). Sum of RGB (Red+Green+Blue) = 204+228+190=622 (82% of max value = 765). Red value is 204 (80.08% from 255 or 32.80% from 622); Green value is 228 (89.45% from 255 or 36.66% from 622); Blue value is 190 (74.61% from 255 or 30.55% from 622); Max value from RGB is 228 - color contains mainly: green. Hex color #CCE4BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCE4BE is #331B41. Grayscale: #D8D8D8. Windows color (decimal): -3349314 or 12510412. OLE color: 12510412.

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

Color convert

RGB204228190-
CMYK0.1100.170.11
HSL97.89º41.3%81.96%-
HSV(B)97.89º16.67%89.41%-
XYZ61.9472.0459.36-
YUV216.49113.05119.09-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 32.80%
GREEN value IS 228 (89.45% from 255) = 36.66%
BLUE value IS 190 (74.61% from 255) = 30.55%
R=32.80%
G=36.66%
B=30.55%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2042281900.1100.170.1197.8941.381.96
HexCCE4BEB011B622952
Octal314344276130211314251122
Binary1100110011100100101111101011010001101111000101010011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCE4BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCE4BE; }

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

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

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

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

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

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

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

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