#C4FFAE

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

Shades of Tea Green #C4FFAE

Tints of Tea Green #C4FFAE

Color information

#C4FFAE (or 0xC4FFAE) is unknown color: approx Tea Green. HEX triplet: C4, FF and AE. RGB value is (196,255,174). Sum of RGB (Red+Green+Blue) = 196+255+174=625 (82% of max value = 765). Red value is 196 (76.95% from 255 or 31.36% from 625); Green value is 255 (100% from 255 or 40.8% from 625); Blue value is 174 (68.36% from 255 or 27.84% from 625); Max value from RGB is 255 - color contains mainly: green. Hex color #C4FFAE is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C4FFAE is #3B0051. Grayscale: #E4E4E4. Windows color (decimal): -3866706 or 11468740. OLE color: 11468740.

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

Color convert

RGB196255174-
CMYK0.2300.320
HSL103.7º100%84.12%-
HSV(B)103.7º31.76%100%-
XYZ66.1686.3153.22-
YUV228.1297.45105.09-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 31.36%
GREEN value IS 255 (100% from 255) = 40.8%
BLUE value IS 174 (68.36% from 255) = 27.84%
R=31.36%
G=40.8%
B=27.84%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1962551740.2300.320103.710084.12
HexC4FFAE170200686454
Octal304377256270400150144124
Binary1100010011111111101011101011101000000110100011001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4FFAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4FFAE; }

 p { color: rgb(196,255,174); }

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

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

 a { background-color: rgb(196,255,174); }

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

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

 span { border-color: rgb(196,255,174); }

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