#C6F2BE

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

Shades of Tea Green #C6F2BE

Tints of Tea Green #C6F2BE

Color information

#C6F2BE (or 0xC6F2BE) is unknown color: approx Tea Green. HEX triplet: C6, F2 and BE. RGB value is (198,242,190). Sum of RGB (Red+Green+Blue) = 198+242+190=630 (83% of max value = 765). Red value is 198 (77.73% from 255 or 31.43% from 630); Green value is 242 (94.92% from 255 or 38.41% from 630); Blue value is 190 (74.61% from 255 or 30.16% from 630); Max value from RGB is 242 - color contains mainly: green. Hex color #C6F2BE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C6F2BE is #390D41. Grayscale: #DFDFDF. Windows color (decimal): -3738946 or 12513990. OLE color: 12513990.

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

Color convert

RGB198242190-
CMYK0.1800.210.05
HSL110.77º66.67%84.71%-
HSV(B)110.77º21.49%94.9%-
XYZ64.3479.2360.62-
YUV222.92109.42110.23-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 31.43%
GREEN value IS 242 (94.92% from 255) = 38.41%
BLUE value IS 190 (74.61% from 255) = 30.16%
R=31.43%
G=38.41%
B=30.16%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1982421900.1800.210.05110.7766.6784.71
HexC6F2BE1201556f4355
Octal306362276220255157103125
Binary11000110111100101011111010010010101101110111110000111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6F2BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6F2BE; }

 p { color: rgb(198,242,190); }

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

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

 a { background-color: rgb(198,242,190); }

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

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

 span { border-color: rgb(198,242,190); }

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