#C6F1BA

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

Shades of Tea Green #C6F1BA

Tints of Tea Green #C6F1BA

Color information

#C6F1BA (or 0xC6F1BA) is unknown color: approx Tea Green. HEX triplet: C6, F1 and BA. RGB value is (198,241,186). Sum of RGB (Red+Green+Blue) = 198+241+186=625 (82% of max value = 765). Red value is 198 (77.73% from 255 or 31.68% from 625); Green value is 241 (94.53% from 255 or 38.56% from 625); Blue value is 186 (73.05% from 255 or 29.76% from 625); Max value from RGB is 241 - color contains mainly: green. Hex color #C6F1BA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C6F1BA is #390E45. Grayscale: #DEDEDE. Windows color (decimal): -3739206 or 12251590. OLE color: 12251590.

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

Color convert

RGB198241186-
CMYK0.1800.230.05
HSL106.91º66.27%83.73%-
HSV(B)106.91º22.82%94.51%-
XYZ63.6178.4658.25-
YUV221.87107.75110.97-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 31.68%
GREEN value IS 241 (94.53% from 255) = 38.56%
BLUE value IS 186 (73.05% from 255) = 29.76%
R=31.68%
G=38.56%
B=29.76%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1982411860.1800.230.05106.9166.2783.73
HexC6F1BA1201756b4254
Octal306361272220275153102124
Binary11000110111100011011101010010010111101110101110000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6F1BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6F1BA; }

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

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

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

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

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

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

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

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