#C7EFAF

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

Shades of Tea Green #C7EFAF

Tints of Tea Green #C7EFAF

Color information

#C7EFAF (or 0xC7EFAF) is unknown color: approx Tea Green. HEX triplet: C7, EF and AF. RGB value is (199,239,175). Sum of RGB (Red+Green+Blue) = 199+239+175=613 (81% of max value = 765). Red value is 199 (78.12% from 255 or 32.46% from 613); Green value is 239 (93.75% from 255 or 38.99% from 613); Blue value is 175 (68.75% from 255 or 28.55% from 613); Max value from RGB is 239 - color contains mainly: green. Hex color #C7EFAF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C7EFAF is #381050. Grayscale: #DBDBDB. Windows color (decimal): -3674193 or 11530183. OLE color: 11530183.

HSL color Cylindrical-coordinate representation of color #C7EFAF: hue angle of 97.5º degrees, saturation: 0.67, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C7EFAF is Cyan = 0.17, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.06.

Color convert

RGB199239175-
CMYK0.1700.270.06
HSL97.5º66.67%81.18%-
HSV(B)97.5º26.78%93.73%-
XYZ62.1676.9752.14-
YUV219.74102.75113.2-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 32.46%
GREEN value IS 239 (93.75% from 255) = 38.99%
BLUE value IS 175 (68.75% from 255) = 28.55%
R=32.46%
G=38.99%
B=28.55%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1992391750.1700.270.0697.566.6781.18
HexC7EFAF1101B6624351
Octal307357257210336142103121
Binary11000111111011111010111110001011011110110001010000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7EFAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7EFAF; }

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

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

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

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

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

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

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

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