#C5F3AF

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

Shades of Tea Green #C5F3AF

Tints of Tea Green #C5F3AF

Color information

#C5F3AF (or 0xC5F3AF) is unknown color: approx Tea Green. HEX triplet: C5, F3 and AF. RGB value is (197,243,175). Sum of RGB (Red+Green+Blue) = 197+243+175=615 (81% of max value = 765). Red value is 197 (77.34% from 255 or 32.03% from 615); Green value is 243 (95.31% from 255 or 39.51% from 615); Blue value is 175 (68.75% from 255 or 28.46% from 615); Max value from RGB is 243 - color contains mainly: green. Hex color #C5F3AF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C5F3AF is #3A0C50. Grayscale: #DDDDDD. Windows color (decimal): -3804241 or 11531205. OLE color: 11531205.

HSL color Cylindrical-coordinate representation of color #C5F3AF: hue angle of 100.59º degrees, saturation: 0.74, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C5F3AF is Cyan = 0.19, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.05.

Color convert

RGB197243175-
CMYK0.1900.280.05
HSL100.59º73.91%81.96%-
HSV(B)100.59º27.98%95.29%-
XYZ62.8179.0752.51-
YUV221.49101.76110.53-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 32.03%
GREEN value IS 243 (95.31% from 255) = 39.51%
BLUE value IS 175 (68.75% from 255) = 28.46%
R=32.03%
G=39.51%
B=28.46%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1972431750.1900.280.05100.5973.9181.96
HexC5F3AF1301C5654a52
Octal305363257230345145112122
Binary11000101111100111010111110011011100101110010110010101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5F3AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5F3AF; }

 p { color: rgb(197,243,175); }

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

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

 a { background-color: rgb(197,243,175); }

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

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

 span { border-color: rgb(197,243,175); }

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