#C2FCAE

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

Shades of Tea Green #C2FCAE

Tints of Tea Green #C2FCAE

Color information

#C2FCAE (or 0xC2FCAE) is unknown color: approx Tea Green. HEX triplet: C2, FC and AE. RGB value is (194,252,174). Sum of RGB (Red+Green+Blue) = 194+252+174=620 (82% of max value = 765). Red value is 194 (76.17% from 255 or 31.29% from 620); Green value is 252 (98.83% from 255 or 40.65% from 620); Blue value is 174 (68.36% from 255 or 28.06% from 620); Max value from RGB is 252 - color contains mainly: green. Hex color #C2FCAE is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C2FCAE is #3D0351. Grayscale: #E2E2E2. Windows color (decimal): -3998546 or 11467970. OLE color: 11467970.

HSL color Cylindrical-coordinate representation of color #C2FCAE: hue angle of 104.62º degrees, saturation: 0.93, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C2FCAE is Cyan = 0.23, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.01.

Color convert

RGB194252174-
CMYK0.2300.310.01
HSL104.62º92.86%83.53%-
HSV(B)104.62º30.95%98.82%-
XYZ64.784.1552.88-
YUV225.7798.78105.34-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 31.29%
GREEN value IS 252 (98.83% from 255) = 40.65%
BLUE value IS 174 (68.36% from 255) = 28.06%
R=31.29%
G=40.65%
B=28.06%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1942521740.2300.310.01104.6292.8683.53
HexC2FCAE1701F1695d54
Octal302374256270371151135124
Binary110000101111110010101110101110111111110100110111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2FCAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2FCAE; }

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

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

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

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

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

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

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

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