#C5FAAE

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

Shades of Tea Green #C5FAAE

Tints of Tea Green #C5FAAE

Color information

#C5FAAE (or 0xC5FAAE) is unknown color: approx Tea Green. HEX triplet: C5, FA and AE. RGB value is (197,250,174). Sum of RGB (Red+Green+Blue) = 197+250+174=621 (82% of max value = 765). Red value is 197 (77.34% from 255 or 31.72% from 621); Green value is 250 (98.05% from 255 or 40.26% from 621); Blue value is 174 (68.36% from 255 or 28.02% from 621); Max value from RGB is 250 - color contains mainly: green. Hex color #C5FAAE is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C5FAAE is #3A0551. Grayscale: #E1E1E1. Windows color (decimal): -3802450 or 11467461. OLE color: 11467461.

HSL color Cylindrical-coordinate representation of color #C5FAAE: hue angle of 101.84º degrees, saturation: 0.88, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C5FAAE is Cyan = 0.21, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.02.

Color convert

RGB197250174-
CMYK0.2100.300.02
HSL101.84º88.37%83.14%-
HSV(B)101.84º30.4%98.04%-
XYZ64.8583.352.7-
YUV225.4998.94107.68-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 31.72%
GREEN value IS 250 (98.05% from 255) = 40.26%
BLUE value IS 174 (68.36% from 255) = 28.02%
R=31.72%
G=40.26%
B=28.02%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1972501740.2100.300.02101.8488.3783.14
HexC5FAAE1501E2665853
Octal305372256250362146130123
Binary1100010111111010101011101010101111010110011010110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5FAAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5FAAE; }

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

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

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

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

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

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

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

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