#C4FEAF

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

Shades of Tea Green #C4FEAF

Tints of Tea Green #C4FEAF

Color information

#C4FEAF (or 0xC4FEAF) is unknown color: approx Tea Green. HEX triplet: C4, FE and AF. RGB value is (196,254,175). Sum of RGB (Red+Green+Blue) = 196+254+175=625 (82% of max value = 765). Red value is 196 (76.95% from 255 or 31.36% from 625); Green value is 254 (99.61% from 255 or 40.64% from 625); Blue value is 175 (68.75% from 255 or 28% from 625); Max value from RGB is 254 - color contains mainly: green. Hex color #C4FEAF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C4FEAF is #3B0150. Grayscale: #E3E3E3. Windows color (decimal): -3866961 or 11534020. OLE color: 11534020.

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

Color convert

RGB196254175-
CMYK0.2300.310.00
HSL104.05º97.53%84.12%-
HSV(B)104.05º31.1%99.61%-
XYZ65.9485.7153.63-
YUV227.6598.28105.42-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 31.36%
GREEN value IS 254 (99.61% from 255) = 40.64%
BLUE value IS 175 (68.75% from 255) = 28%
R=31.36%
G=40.64%
B=28%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1962541750.2300.310.00104.0597.5384.12
HexC4FEAF1701F0686254
Octal304376257270370150142124
Binary110001001111111010101111101110111110110100011000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4FEAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4FEAF; }

 p { color: rgb(196,254,175); }

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

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

 a { background-color: rgb(196,254,175); }

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

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

 span { border-color: rgb(196,254,175); }

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