#6DC5A1

Color #6DC5A1 Medium Aquamarine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Aquamarine #6DC5A1

Tints of Medium Aquamarine #6DC5A1

Color information

#6DC5A1 (or 0x6DC5A1) is unknown color: approx Medium Aquamarine. HEX triplet: 6D, C5 and A1. RGB value is (109,197,161). Sum of RGB (Red+Green+Blue) = 109+197+161=467 (61% of max value = 765). Red value is 109 (42.97% from 255 or 23.34% from 467); Green value is 197 (77.34% from 255 or 42.18% from 467); Blue value is 161 (63.28% from 255 or 34.48% from 467); Max value from RGB is 197 - color contains mainly: green. Hex color #6DC5A1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6DC5A1 is #923A5E. Grayscale: #A6A6A6. Windows color (decimal): -9583199 or 10601837. OLE color: 10601837.

HSL color Cylindrical-coordinate representation of color #6DC5A1: hue angle of 155.45º degrees, saturation: 0.43, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6DC5A1 is Cyan = 0.45, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.23.

Color convert

RGB109197161-
CMYK0.4500.180.23
HSL155.45º43.14%60%-
HSV(B)155.45º44.67%77.25%-
XYZ32.7145.7640.83-
YUV166.58124.8586.93-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 23.34%
GREEN value IS 197 (77.34% from 255) = 42.18%
BLUE value IS 161 (63.28% from 255) = 34.48%
R=23.34%
G=42.18%
B=34.48%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1091971610.4500.180.23155.4543.1460
Hex6DC5A12D012179b2b3c
Octal15530524155022272335374
Binary110110111000101101000011011010100101011110011011101011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DC5A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6DC5A1; }

 p { color: rgb(109,197,161); }

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

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

 a { background-color: rgb(109,197,161); }

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

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

 span { border-color: rgb(109,197,161); }

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