#C4EBC0

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

Shades of Tea Green #C4EBC0

Tints of Tea Green #C4EBC0

Color information

#C4EBC0 (or 0xC4EBC0) is unknown color: approx Tea Green. HEX triplet: C4, EB and C0. RGB value is (196,235,192). Sum of RGB (Red+Green+Blue) = 196+235+192=623 (82% of max value = 765). Red value is 196 (76.95% from 255 or 31.46% from 623); Green value is 235 (92.19% from 255 or 37.72% from 623); Blue value is 192 (75.39% from 255 or 30.82% from 623); Max value from RGB is 235 - color contains mainly: green. Hex color #C4EBC0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C4EBC0 is #3B143F. Grayscale: #DADADA. Windows color (decimal): -3871808 or 12643268. OLE color: 12643268.

HSL color Cylindrical-coordinate representation of color #C4EBC0: hue angle of 114.42º degrees, saturation: 0.52, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C4EBC0 is Cyan = 0.17, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.08.

Color convert

RGB196235192-
CMYK0.1700.180.08
HSL114.42º51.81%83.73%-
HSV(B)114.42º18.3%92.16%-
XYZ61.9974.9661.07-
YUV218.44113.08112-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 31.46%
GREEN value IS 235 (92.19% from 255) = 37.72%
BLUE value IS 192 (75.39% from 255) = 30.82%
R=31.46%
G=37.72%
B=30.82%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1962351920.1700.180.08114.4251.8183.73
HexC4EBC0110128723454
Octal304353300210221016264124
Binary11000100111010111100000010001010010100011100101101001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4EBC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4EBC0; }

 p { color: rgb(196,235,192); }

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

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

 a { background-color: rgb(196,235,192); }

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

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

 span { border-color: rgb(196,235,192); }

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