#C7F6AF

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

Shades of Tea Green #C7F6AF

Tints of Tea Green #C7F6AF

Color information

#C7F6AF (or 0xC7F6AF) is unknown color: approx Tea Green. HEX triplet: C7, F6 and AF. RGB value is (199,246,175). Sum of RGB (Red+Green+Blue) = 199+246+175=620 (82% of max value = 765). Red value is 199 (78.12% from 255 or 32.10% from 620); Green value is 246 (96.48% from 255 or 39.68% from 620); Blue value is 175 (68.75% from 255 or 28.23% from 620); Max value from RGB is 246 - color contains mainly: green. Hex color #C7F6AF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C7F6AF is #380950. Grayscale: #E0E0E0. Windows color (decimal): -3672401 or 11531975. OLE color: 11531975.

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

Color convert

RGB199246175-
CMYK0.1900.290.04
HSL99.72º79.78%82.55%-
HSV(B)99.72º28.86%96.47%-
XYZ64.2581.1552.83-
YUV223.85100.43110.27-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 32.10%
GREEN value IS 246 (96.48% from 255) = 39.68%
BLUE value IS 175 (68.75% from 255) = 28.23%
R=32.10%
G=39.68%
B=28.23%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1992461750.1900.290.0499.7279.7882.55
HexC7F6AF1301D4645053
Octal307366257230354144120123
Binary11000111111101101010111110011011101100110010010100001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7F6AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7F6AF; }

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

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

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

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

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

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

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

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