#C7FABA

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

Shades of Tea Green #C7FABA

Tints of Tea Green #C7FABA

Color information

#C7FABA (or 0xC7FABA) is unknown color: approx Tea Green. HEX triplet: C7, FA and BA. RGB value is (199,250,186). Sum of RGB (Red+Green+Blue) = 199+250+186=635 (84% of max value = 765). Red value is 199 (78.12% from 255 or 31.34% from 635); Green value is 250 (98.05% from 255 or 39.37% from 635); Blue value is 186 (73.05% from 255 or 29.29% from 635); Max value from RGB is 250 - color contains mainly: green. Hex color #C7FABA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C7FABA is #380545. Grayscale: #E3E3E3. Windows color (decimal): -3671366 or 12253895. OLE color: 12253895.

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

Color convert

RGB199250186-
CMYK0.2000.260.02
HSL107.81º86.49%85.49%-
HSV(B)107.81º25.6%98.04%-
XYZ66.684.0659.17-
YUV227.46104.6107.7-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 31.34%
GREEN value IS 250 (98.05% from 255) = 39.37%
BLUE value IS 186 (73.05% from 255) = 29.29%
R=31.34%
G=39.37%
B=29.29%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1992501860.2000.260.02107.8186.4985.49
HexC7FABA1401A26c5655
Octal307372272240322154126125
Binary1100011111111010101110101010001101010110110010101101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7FABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7FABA; }

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

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

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

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

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

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

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

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