#C5FAAA

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

Shades of Tea Green #C5FAAA

Tints of Tea Green #C5FAAA

Color information

#C5FAAA (or 0xC5FAAA) is unknown color: approx Tea Green. HEX triplet: C5, FA and AA. RGB value is (197,250,170). Sum of RGB (Red+Green+Blue) = 197+250+170=617 (81% of max value = 765). Red value is 197 (77.34% from 255 or 31.93% from 617); Green value is 250 (98.05% from 255 or 40.52% from 617); Blue value is 170 (66.80% from 255 or 27.55% from 617); Max value from RGB is 250 - color contains mainly: green. Hex color #C5FAAA is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C5FAAA is #3A0555. Grayscale: #E1E1E1. Windows color (decimal): -3802454 or 11205317. OLE color: 11205317.

HSL color Cylindrical-coordinate representation of color #C5FAAA: hue angle of 99.75º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C5FAAA is Cyan = 0.21, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.02.

Color convert

RGB197250170-
CMYK0.2100.320.02
HSL99.75º88.89%82.35%-
HSV(B)99.75º32%98.04%-
XYZ64.4783.1450.68-
YUV225.0396.94108-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 31.93%
GREEN value IS 250 (98.05% from 255) = 40.52%
BLUE value IS 170 (66.80% from 255) = 27.55%
R=31.93%
G=40.52%
B=27.55%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1972501700.2100.320.0299.7588.8982.35
HexC5FAAA150202645952
Octal305372252250402144131122
Binary11000101111110101010101010101010000010110010010110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5FAAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5FAAA; }

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

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

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

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

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

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

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

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