#C6EDC1

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

Shades of Tea Green #C6EDC1

Tints of Tea Green #C6EDC1

Color information

#C6EDC1 (or 0xC6EDC1) is unknown color: approx Tea Green. HEX triplet: C6, ED and C1. RGB value is (198,237,193). Sum of RGB (Red+Green+Blue) = 198+237+193=628 (83% of max value = 765). Red value is 198 (77.73% from 255 or 31.53% from 628); Green value is 237 (92.97% from 255 or 37.74% from 628); Blue value is 193 (75.78% from 255 or 30.73% from 628); Max value from RGB is 237 - color contains mainly: green. Hex color #C6EDC1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C6EDC1 is #39123E. Grayscale: #DCDCDC. Windows color (decimal): -3740223 or 12709318. OLE color: 12709318.

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

Color convert

RGB198237193-
CMYK0.1600.190.07
HSL113.18º55%84.31%-
HSV(B)113.18º18.57%92.94%-
XYZ63.276.4261.87-
YUV220.32112.58112.08-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 31.53%
GREEN value IS 237 (92.97% from 255) = 37.74%
BLUE value IS 193 (75.78% from 255) = 30.73%
R=31.53%
G=37.74%
B=30.73%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1982371930.1600.190.07113.185584.31
HexC6EDC1100137713754
Octal30635530120023716167124
Binary1100011011101101110000011000001001111111100011101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6EDC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6EDC1; }

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

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

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

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

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

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

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

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