#C6F1AF

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

Shades of Tea Green #C6F1AF

Tints of Tea Green #C6F1AF

Color information

#C6F1AF (or 0xC6F1AF) is unknown color: approx Tea Green. HEX triplet: C6, F1 and AF. RGB value is (198,241,175). Sum of RGB (Red+Green+Blue) = 198+241+175=614 (81% of max value = 765). Red value is 198 (77.73% from 255 or 32.25% from 614); Green value is 241 (94.53% from 255 or 39.25% from 614); Blue value is 175 (68.75% from 255 or 28.50% from 614); Max value from RGB is 241 - color contains mainly: green. Hex color #C6F1AF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C6F1AF is #390E50. Grayscale: #DCDCDC. Windows color (decimal): -3739217 or 11530694. OLE color: 11530694.

HSL color Cylindrical-coordinate representation of color #C6F1AF: hue angle of 99.09º degrees, saturation: 0.7, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C6F1AF is Cyan = 0.18, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.05.

Color convert

RGB198241175-
CMYK0.1800.270.05
HSL99.09º70.21%81.57%-
HSV(B)99.09º27.39%94.51%-
XYZ62.4878.0152.32-
YUV220.62102.25111.87-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 32.25%
GREEN value IS 241 (94.53% from 255) = 39.25%
BLUE value IS 175 (68.75% from 255) = 28.50%
R=32.25%
G=39.25%
B=28.50%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1982411750.1800.270.0599.0970.2181.57
HexC6F1AF1201B5634652
Octal306361257220335143106122
Binary11000110111100011010111110010011011101110001110001101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6F1AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6F1AF; }

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

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

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

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

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

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

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

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