#C5F6AE

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

Shades of Tea Green #C5F6AE

Tints of Tea Green #C5F6AE

Color information

#C5F6AE (or 0xC5F6AE) is unknown color: approx Tea Green. HEX triplet: C5, F6 and AE. RGB value is (197,246,174). Sum of RGB (Red+Green+Blue) = 197+246+174=617 (81% of max value = 765). Red value is 197 (77.34% from 255 or 31.93% from 617); Green value is 246 (96.48% from 255 or 39.87% from 617); Blue value is 174 (68.36% from 255 or 28.20% from 617); Max value from RGB is 246 - color contains mainly: green. Hex color #C5F6AE is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C5F6AE is #3A0951. Grayscale: #DFDFDF. Windows color (decimal): -3803474 or 11466437. OLE color: 11466437.

HSL color Cylindrical-coordinate representation of color #C5F6AE: hue angle of 100.83º degrees, saturation: 0.8, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C5F6AE is Cyan = 0.20, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.04.

Color convert

RGB197246174-
CMYK0.2000.290.04
HSL100.83º80%82.35%-
HSV(B)100.83º29.27%96.47%-
XYZ63.6280.8452.29-
YUV223.14100.27109.35-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 31.93%
GREEN value IS 246 (96.48% from 255) = 39.87%
BLUE value IS 174 (68.36% from 255) = 28.20%
R=31.93%
G=39.87%
B=28.20%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1972461740.2000.290.04100.838082.35
HexC5F6AE1401D4655052
Octal305366256240354145120122
Binary11000101111101101010111010100011101100110010110100001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5F6AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5F6AE; }

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

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

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

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

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

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

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

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