#C6FCAF

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

Shades of Tea Green #C6FCAF

Tints of Tea Green #C6FCAF

Color information

#C6FCAF (or 0xC6FCAF) is unknown color: approx Tea Green. HEX triplet: C6, FC and AF. RGB value is (198,252,175). Sum of RGB (Red+Green+Blue) = 198+252+175=625 (82% of max value = 765). Red value is 198 (77.73% from 255 or 31.68% from 625); Green value is 252 (98.83% from 255 or 40.32% from 625); Blue value is 175 (68.75% from 255 or 28% from 625); Max value from RGB is 252 - color contains mainly: green. Hex color #C6FCAF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C6FCAF is #390350. Grayscale: #E3E3E3. Windows color (decimal): -3736401 or 11533510. OLE color: 11533510.

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

Color convert

RGB198252175-
CMYK0.2100.310.01
HSL102.08º92.77%83.73%-
HSV(B)102.08º30.56%98.82%-
XYZ65.8484.7253.44-
YUV227.0898.61107.26-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 31.68%
GREEN value IS 252 (98.83% from 255) = 40.32%
BLUE value IS 175 (68.75% from 255) = 28%
R=31.68%
G=40.32%
B=28%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1982521750.2100.310.01102.0892.7783.73
HexC6FCAF1501F1665d54
Octal306374257250371146135124
Binary110001101111110010101111101010111111110011010111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6FCAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6FCAF; }

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

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

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

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

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

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

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

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