#C2FDAE

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

Shades of Tea Green #C2FDAE

Tints of Tea Green #C2FDAE

Color information

#C2FDAE (or 0xC2FDAE) is unknown color: approx Tea Green. HEX triplet: C2, FD and AE. RGB value is (194,253,174). Sum of RGB (Red+Green+Blue) = 194+253+174=621 (82% of max value = 765). Red value is 194 (76.17% from 255 or 31.24% from 621); Green value is 253 (99.22% from 255 or 40.74% from 621); Blue value is 174 (68.36% from 255 or 28.02% from 621); Max value from RGB is 253 - color contains mainly: green. Hex color #C2FDAE is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C2FDAE is #3D0251. Grayscale: #E2E2E2. Windows color (decimal): -3998290 or 11468226. OLE color: 11468226.

HSL color Cylindrical-coordinate representation of color #C2FDAE: hue angle of 104.81º degrees, saturation: 0.95, 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 #C2FDAE is Cyan = 0.23, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.01.

Color convert

RGB194253174-
CMYK0.2300.310.01
HSL104.81º95.18%83.73%-
HSV(B)104.81º31.23%99.22%-
XYZ65.0184.7852.98-
YUV226.3598.45104.92-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 31.24%
GREEN value IS 253 (99.22% from 255) = 40.74%
BLUE value IS 174 (68.36% from 255) = 28.02%
R=31.24%
G=40.74%
B=28.02%

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
Decimal1942531740.2300.310.01104.8195.1883.73
HexC2FDAE1701F1695f54
Octal302375256270371151137124
Binary110000101111110110101110101110111111110100110111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2FDAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2FDAE; }

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

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

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

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

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

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

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

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