#C7FAAF

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

Shades of Tea Green #C7FAAF

Tints of Tea Green #C7FAAF

Color information

#C7FAAF (or 0xC7FAAF) is unknown color: approx Tea Green. HEX triplet: C7, FA and AF. RGB value is (199,250,175). Sum of RGB (Red+Green+Blue) = 199+250+175=624 (82% of max value = 765). Red value is 199 (78.12% from 255 or 31.89% from 624); Green value is 250 (98.05% from 255 or 40.06% from 624); Blue value is 175 (68.75% from 255 or 28.04% from 624); Max value from RGB is 250 - color contains mainly: green. Hex color #C7FAAF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C7FAAF is #380550. Grayscale: #E2E2E2. Windows color (decimal): -3671377 or 11532999. OLE color: 11532999.

HSL color Cylindrical-coordinate representation of color #C7FAAF: hue angle of 100.8º degrees, saturation: 0.88, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C7FAAF is Cyan = 0.20, Magento = 0, Yellow = 0.3 and Black (K on CMYK) = 0.02.

Color convert

RGB199250175-
CMYK0.2000.30.02
HSL100.8º88.24%83.33%-
HSV(B)100.8º30%98.04%-
XYZ65.4883.6153.24-
YUV226.299.1108.6-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 31.89%
GREEN value IS 250 (98.05% from 255) = 40.06%
BLUE value IS 175 (68.75% from 255) = 28.04%
R=31.89%
G=40.06%
B=28.04%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.3
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1992501750.2000.30.02100.888.2483.33
HexC7FAAF1401E2655853
Octal307372257240362145130123
Binary1100011111111010101011111010001111010110010110110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7FAAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7FAAF; }

 p { color: rgb(199,250,175); }

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

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

 a { background-color: rgb(199,250,175); }

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

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

 span { border-color: rgb(199,250,175); }

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