#C4EDB4

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

Shades of Tea Green #C4EDB4

Tints of Tea Green #C4EDB4

Color information

#C4EDB4 (or 0xC4EDB4) is unknown color: approx Tea Green. HEX triplet: C4, ED and B4. RGB value is (196,237,180). Sum of RGB (Red+Green+Blue) = 196+237+180=613 (81% of max value = 765). Red value is 196 (76.95% from 255 or 31.97% from 613); Green value is 237 (92.97% from 255 or 38.66% from 613); Blue value is 180 (70.70% from 255 or 29.36% from 613); Max value from RGB is 237 - color contains mainly: green. Hex color #C4EDB4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C4EDB4 is #3B124B. Grayscale: #DADADA. Windows color (decimal): -3871308 or 11857348. OLE color: 11857348.

HSL color Cylindrical-coordinate representation of color #C4EDB4: hue angle of 103.16º degrees, saturation: 0.61, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C4EDB4 is Cyan = 0.17, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.07.

Color convert

RGB196237180-
CMYK0.1700.240.07
HSL103.16º61.29%81.76%-
HSV(B)103.16º24.05%92.94%-
XYZ61.2975.654.54-
YUV218.24106.42112.13-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 31.97%
GREEN value IS 237 (92.97% from 255) = 38.66%
BLUE value IS 180 (70.70% from 255) = 29.36%
R=31.97%
G=38.66%
B=29.36%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1962371800.1700.240.07103.1661.2981.76
HexC4EDB4110187673d52
Octal30435526421030714775122
Binary1100010011101101101101001000101100011111001111111011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4EDB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4EDB4; }

 p { color: rgb(196,237,180); }

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

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

 a { background-color: rgb(196,237,180); }

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

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

 span { border-color: rgb(196,237,180); }

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