#C7F7AF

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

Shades of Tea Green #C7F7AF

Tints of Tea Green #C7F7AF

Color information

#C7F7AF (or 0xC7F7AF) is unknown color: approx Tea Green. HEX triplet: C7, F7 and AF. RGB value is (199,247,175). Sum of RGB (Red+Green+Blue) = 199+247+175=621 (82% of max value = 765). Red value is 199 (78.12% from 255 or 32.05% from 621); Green value is 247 (96.88% from 255 or 39.77% from 621); Blue value is 175 (68.75% from 255 or 28.18% from 621); Max value from RGB is 247 - color contains mainly: green. Hex color #C7F7AF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C7F7AF is #380850. Grayscale: #E0E0E0. Windows color (decimal): -3672145 or 11532231. OLE color: 11532231.

HSL color Cylindrical-coordinate representation of color #C7F7AF: hue angle of 100º degrees, saturation: 0.82, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C7F7AF is Cyan = 0.19, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.03.

Color convert

RGB199247175-
CMYK0.1900.290.03
HSL100º81.82%82.75%-
HSV(B)100º29.15%96.86%-
XYZ64.5581.7652.94-
YUV224.44100.1109.85-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 32.05%
GREEN value IS 247 (96.88% from 255) = 39.77%
BLUE value IS 175 (68.75% from 255) = 28.18%
R=32.05%
G=39.77%
B=28.18%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1992471750.1900.290.0310081.8282.75
HexC7F7AF1301D3645253
Octal307367257230353144122123
Binary1100011111110111101011111001101110111110010010100101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7F7AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7F7AF; }

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

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

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

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

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

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

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

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