#C6EDB0

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

Shades of Tea Green #C6EDB0

Tints of Tea Green #C6EDB0

Color information

#C6EDB0 (or 0xC6EDB0) is unknown color: approx Tea Green. HEX triplet: C6, ED and B0. RGB value is (198,237,176). Sum of RGB (Red+Green+Blue) = 198+237+176=611 (80% of max value = 765). Red value is 198 (77.73% from 255 or 32.41% from 611); Green value is 237 (92.97% from 255 or 38.79% from 611); Blue value is 176 (69.14% from 255 or 28.81% from 611); Max value from RGB is 237 - color contains mainly: green. Hex color #C6EDB0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C6EDB0 is #39124F. Grayscale: #DADADA. Windows color (decimal): -3740240 or 11595206. OLE color: 11595206.

HSL color Cylindrical-coordinate representation of color #C6EDB0: hue angle of 98.36º degrees, saturation: 0.63, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C6EDB0 is Cyan = 0.16, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.07.

Color convert

RGB198237176-
CMYK0.1600.260.07
HSL98.36º62.89%80.98%-
HSV(B)98.36º25.74%92.94%-
XYZ61.4175.7152.45-
YUV218.38104.08113.46-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 32.41%
GREEN value IS 237 (92.97% from 255) = 38.79%
BLUE value IS 176 (69.14% from 255) = 28.81%
R=32.41%
G=38.79%
B=28.81%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1982371760.1600.260.0798.3662.8980.98
HexC6EDB01001A7623f51
Octal30635526020032714277121
Binary1100011011101101101100001000001101011111000101111111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6EDB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6EDB0; }

 p { color: rgb(198,237,176); }

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

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

 a { background-color: rgb(198,237,176); }

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

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

 span { border-color: rgb(198,237,176); }

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