#C6EAAF

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

Shades of Tea Green #C6EAAF

Tints of Tea Green #C6EAAF

Color information

#C6EAAF (or 0xC6EAAF) is unknown color: approx Tea Green. HEX triplet: C6, EA and AF. RGB value is (198,234,175). Sum of RGB (Red+Green+Blue) = 198+234+175=607 (80% of max value = 765). Red value is 198 (77.73% from 255 or 32.62% from 607); Green value is 234 (91.80% from 255 or 38.55% from 607); Blue value is 175 (68.75% from 255 or 28.83% from 607); Max value from RGB is 234 - color contains mainly: green. Hex color #C6EAAF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C6EAAF is #391550. Grayscale: #D8D8D8. Windows color (decimal): -3741009 or 11528902. OLE color: 11528902.

HSL color Cylindrical-coordinate representation of color #C6EAAF: hue angle of 96.61º degrees, saturation: 0.58, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C6EAAF is Cyan = 0.15, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.08.

Color convert

RGB198234175-
CMYK0.1500.250.08
HSL96.61º58.42%80.2%-
HSV(B)96.61º25.21%91.76%-
XYZ60.4573.9551.64-
YUV216.51104.57114.8-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 32.62%
GREEN value IS 234 (91.80% from 255) = 38.55%
BLUE value IS 175 (68.75% from 255) = 28.83%
R=32.62%
G=38.55%
B=28.83%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1982341750.1500.250.0896.6158.4280.2
HexC6EAAFF0198613a50
Octal306352257170311014172120
Binary1100011011101010101011111111011001100011000011110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6EAAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6EAAF; }

 p { color: rgb(198,234,175); }

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

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

 a { background-color: rgb(198,234,175); }

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

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

 span { border-color: rgb(198,234,175); }

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