#6DC0A1

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

Shades of Medium Aquamarine #6DC0A1

Tints of Medium Aquamarine #6DC0A1

Color information

#6DC0A1 (or 0x6DC0A1) is unknown color: approx Medium Aquamarine. HEX triplet: 6D, C0 and A1. RGB value is (109,192,161). Sum of RGB (Red+Green+Blue) = 109+192+161=462 (61% of max value = 765). Red value is 109 (42.97% from 255 or 23.59% from 462); Green value is 192 (75.39% from 255 or 41.56% from 462); Blue value is 161 (63.28% from 255 or 34.85% from 462); Max value from RGB is 192 - color contains mainly: green. Hex color #6DC0A1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6DC0A1 is #923F5E. Grayscale: #A3A3A3. Windows color (decimal): -9584479 or 10600557. OLE color: 10600557.

HSL color Cylindrical-coordinate representation of color #6DC0A1: hue angle of 157.59º degrees, saturation: 0.4, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6DC0A1 is Cyan = 0.43, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.25.

Color convert

RGB109192161-
CMYK0.4300.160.25
HSL157.59º39.71%59.02%-
HSV(B)157.59º43.23%75.29%-
XYZ31.5943.5240.45-
YUV163.65126.589.02-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 23.59%
GREEN value IS 192 (75.39% from 255) = 41.56%
BLUE value IS 161 (63.28% from 255) = 34.85%
R=23.59%
G=41.56%
B=34.85%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1091921610.4300.160.25157.5939.7159.02
Hex6DC0A12B010199e283b
Octal15530024153020312365073
Binary110110111000000101000011010110100001100110011110101000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DC0A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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