#C3FAAF

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

Shades of Tea Green #C3FAAF

Tints of Tea Green #C3FAAF

Color information

#C3FAAF (or 0xC3FAAF) is unknown color: approx Tea Green. HEX triplet: C3, FA and AF. RGB value is (195,250,175). Sum of RGB (Red+Green+Blue) = 195+250+175=620 (82% of max value = 765). Red value is 195 (76.56% from 255 or 31.45% from 620); Green value is 250 (98.05% from 255 or 40.32% from 620); Blue value is 175 (68.75% from 255 or 28.23% from 620); Max value from RGB is 250 - color contains mainly: green. Hex color #C3FAAF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C3FAAF is #3C0550. Grayscale: #E1E1E1. Windows color (decimal): -3933521 or 11532995. OLE color: 11532995.

HSL color Cylindrical-coordinate representation of color #C3FAAF: hue angle of 104º 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 #C3FAAF is Cyan = 0.22, Magento = 0, Yellow = 0.3 and Black (K on CMYK) = 0.02.

Color convert

RGB195250175-
CMYK0.2200.30.02
HSL104º88.24%83.33%-
HSV(B)104º30%98.04%-
XYZ64.4383.0753.2-
YUV22599.78106.6-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 31.45%
GREEN value IS 250 (98.05% from 255) = 40.32%
BLUE value IS 175 (68.75% from 255) = 28.23%
R=31.45%
G=40.32%
B=28.23%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.3
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1952501750.2200.30.0210488.2483.33
HexC3FAAF1601E2685853
Octal303372257260362150130123
Binary1100001111111010101011111011001111010110100010110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3FAAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3FAAF; }

 p { color: rgb(195,250,175); }

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

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

 a { background-color: rgb(195,250,175); }

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

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

 span { border-color: rgb(195,250,175); }

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