#C5FABA

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

Shades of Tea Green #C5FABA

Tints of Tea Green #C5FABA

Color information

#C5FABA (or 0xC5FABA) is unknown color: approx Tea Green. HEX triplet: C5, FA and BA. RGB value is (197,250,186). Sum of RGB (Red+Green+Blue) = 197+250+186=633 (83% of max value = 765). Red value is 197 (77.34% from 255 or 31.12% from 633); Green value is 250 (98.05% from 255 or 39.49% from 633); Blue value is 186 (73.05% from 255 or 29.38% from 633); Max value from RGB is 250 - color contains mainly: green. Hex color #C5FABA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C5FABA is #3A0545. Grayscale: #E3E3E3. Windows color (decimal): -3802438 or 12253893. OLE color: 12253893.

HSL color Cylindrical-coordinate representation of color #C5FABA: hue angle of 109.69º 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 #C5FABA is Cyan = 0.21, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.02.

Color convert

RGB197250186-
CMYK0.2100.260.02
HSL109.69º86.49%85.49%-
HSV(B)109.69º25.6%98.04%-
XYZ66.0783.7959.14-
YUV226.86104.94106.7-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 31.12%
GREEN value IS 250 (98.05% from 255) = 39.49%
BLUE value IS 186 (73.05% from 255) = 29.38%
R=31.12%
G=39.49%
B=29.38%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1972501860.2100.260.02109.6986.4985.49
HexC5FABA1501A26e5655
Octal305372272250322156126125
Binary1100010111111010101110101010101101010110111010101101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5FABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5FABA; }

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

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

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

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

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

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

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

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