#C7EDAE

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

Shades of Tea Green #C7EDAE

Tints of Tea Green #C7EDAE

Color information

#C7EDAE (or 0xC7EDAE) is unknown color: approx Tea Green. HEX triplet: C7, ED and AE. RGB value is (199,237,174). Sum of RGB (Red+Green+Blue) = 199+237+174=610 (80% of max value = 765). Red value is 199 (78.12% from 255 or 32.62% from 610); Green value is 237 (92.97% from 255 or 38.85% from 610); Blue value is 174 (68.36% from 255 or 28.52% from 610); Max value from RGB is 237 - color contains mainly: green. Hex color #C7EDAE is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C7EDAE is #381251. Grayscale: #DADADA. Windows color (decimal): -3674706 or 11464135. OLE color: 11464135.

HSL color Cylindrical-coordinate representation of color #C7EDAE: hue angle of 96.19º degrees, saturation: 0.64, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C7EDAE is Cyan = 0.16, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.07.

Color convert

RGB199237174-
CMYK0.1600.270.07
HSL96.19º63.64%80.59%-
HSV(B)96.19º26.58%92.94%-
XYZ61.4875.7751.43-
YUV218.46102.91114.12-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 32.62%
GREEN value IS 237 (92.97% from 255) = 38.85%
BLUE value IS 174 (68.36% from 255) = 28.52%
R=32.62%
G=38.85%
B=28.52%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1992371740.1600.270.0796.1963.6480.59
HexC7EDAE1001B7604051
Octal307355256200337140100121
Binary11000111111011011010111010000011011111110000010000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7EDAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7EDAE; }

 p { color: rgb(199,237,174); }

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

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

 a { background-color: rgb(199,237,174); }

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

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

 span { border-color: rgb(199,237,174); }

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