#c7f2ae

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

Shades of Tea Green #C7F2AE

Tints of Tea Green #C7F2AE

Color information

#C7F2AE (or 0xC7F2AE) is unknown color: approx Tea Green. HEX triplet: C7, F2 and AE. RGB value is (199,242,174). Sum of RGB (Red+Green+Blue) = 199+242+174=615 (81% of max value = 765). Red value is 199 (78.12% from 255 or 32.36% from 615); Green value is 242 (94.92% from 255 or 39.35% from 615); Blue value is 174 (68.36% from 255 or 28.29% from 615); Max value from RGB is 242 - color contains mainly: green. Hex color #C7F2AE is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C7F2AE is #380D51. Grayscale: #DDDDDD. Windows color (decimal): -3673426 or 11465415. OLE color: 11465415.

HSL color Cylindrical-coordinate representation of color #C7F2AE: hue angle of 97.94º degrees, saturation: 0.72, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C7F2AE is Cyan = 0.18, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.05.

Color convert

RGB199242174-
CMYK0.1800.280.05
HSL97.94º72.34%81.57%-
HSV(B)97.94º28.1%94.9%-
XYZ62.9578.751.92-
YUV221.39101.25112.03-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 32.36%
GREEN value IS 242 (94.92% from 255) = 39.35%
BLUE value IS 174 (68.36% from 255) = 28.29%
R=32.36%
G=39.35%
B=28.29%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1992421740.1800.280.0597.9472.3481.57
HexC7F2AE1201C5624852
Octal307362256220345142110122
Binary11000111111100101010111010010011100101110001010010001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c7f2ae

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c7f2ae; }

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

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

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

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

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

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

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

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