#C6EDC3

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

Shades of Tea Green #C6EDC3

Tints of Tea Green #C6EDC3

Color information

#C6EDC3 (or 0xC6EDC3) is unknown color: approx Tea Green. HEX triplet: C6, ED and C3. RGB value is (198,237,195). Sum of RGB (Red+Green+Blue) = 198+237+195=630 (83% of max value = 765). Red value is 198 (77.73% from 255 or 31.43% from 630); Green value is 237 (92.97% from 255 or 37.62% from 630); Blue value is 195 (76.56% from 255 or 30.95% from 630); Max value from RGB is 237 - color contains mainly: green. Hex color #C6EDC3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C6EDC3 is #39123C. Grayscale: #DCDCDC. Windows color (decimal): -3740221 or 12840390. OLE color: 12840390.

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

Color convert

RGB198237195-
CMYK0.1600.180.07
HSL115.71º53.85%84.71%-
HSV(B)115.71º17.72%92.94%-
XYZ63.4276.5163.06-
YUV220.55113.58111.92-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 31.43%
GREEN value IS 237 (92.97% from 255) = 37.62%
BLUE value IS 195 (76.56% from 255) = 30.95%
R=31.43%
G=37.62%
B=30.95%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1982371950.1600.180.07115.7153.8584.71
HexC6EDC3100127743655
Octal30635530320022716466125
Binary1100011011101101110000111000001001011111101001101101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6EDC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6EDC3; }

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

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

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

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

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

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

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

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