#C2FAAE

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

Shades of Tea Green #C2FAAE

Tints of Tea Green #C2FAAE

Color information

#C2FAAE (or 0xC2FAAE) is unknown color: approx Tea Green. HEX triplet: C2, FA and AE. RGB value is (194,250,174). Sum of RGB (Red+Green+Blue) = 194+250+174=618 (81% of max value = 765). Red value is 194 (76.17% from 255 or 31.39% from 618); Green value is 250 (98.05% from 255 or 40.45% from 618); Blue value is 174 (68.36% from 255 or 28.16% from 618); Max value from RGB is 250 - color contains mainly: green. Hex color #C2FAAE is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C2FAAE is #3D0551. Grayscale: #E0E0E0. Windows color (decimal): -3999058 or 11467458. OLE color: 11467458.

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

Color convert

RGB194250174-
CMYK0.2200.300.02
HSL104.21º88.37%83.14%-
HSV(B)104.21º30.4%98.04%-
XYZ64.0782.952.67-
YUV224.5999.45106.18-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 31.39%
GREEN value IS 250 (98.05% from 255) = 40.45%
BLUE value IS 174 (68.36% from 255) = 28.16%
R=31.39%
G=40.45%
B=28.16%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1942501740.2200.300.02104.2188.3783.14
HexC2FAAE1601E2685853
Octal302372256260362150130123
Binary1100001011111010101011101011001111010110100010110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2FAAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2FAAE; }

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

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

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

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

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

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

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

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