#C5F8AA

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

Shades of Tea Green #C5F8AA

Tints of Tea Green #C5F8AA

Color information

#C5F8AA (or 0xC5F8AA) is unknown color: approx Tea Green. HEX triplet: C5, F8 and AA. RGB value is (197,248,170). Sum of RGB (Red+Green+Blue) = 197+248+170=615 (81% of max value = 765). Red value is 197 (77.34% from 255 or 32.03% from 615); Green value is 248 (97.27% from 255 or 40.33% from 615); Blue value is 170 (66.80% from 255 or 27.64% from 615); Max value from RGB is 248 - color contains mainly: green. Hex color #C5F8AA is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C5F8AA is #3A0755. Grayscale: #E0E0E0. Windows color (decimal): -3802966 or 11204805. OLE color: 11204805.

HSL color Cylindrical-coordinate representation of color #C5F8AA: hue angle of 99.23º degrees, saturation: 0.85, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C5F8AA is Cyan = 0.21, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.03.

Color convert

RGB197248170-
CMYK0.2100.310.03
HSL99.23º84.78%81.96%-
HSV(B)99.23º31.45%97.25%-
XYZ63.8581.9150.47-
YUV223.8697.6108.84-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 32.03%
GREEN value IS 248 (97.27% from 255) = 40.33%
BLUE value IS 170 (66.80% from 255) = 27.64%
R=32.03%
G=40.33%
B=27.64%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1972481700.2100.310.0399.2384.7881.96
HexC5F8AA1501F3635552
Octal305370252250373143125122
Binary1100010111111000101010101010101111111110001110101011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5F8AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5F8AA; }

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

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

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

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

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

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

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

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