#6DC0A2

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

Shades of Medium Aquamarine #6DC0A2

Tints of Medium Aquamarine #6DC0A2

Color information

#6DC0A2 (or 0x6DC0A2) is unknown color: approx Medium Aquamarine. HEX triplet: 6D, C0 and A2. RGB value is (109,192,162). Sum of RGB (Red+Green+Blue) = 109+192+162=463 (61% of max value = 765). Red value is 109 (42.97% from 255 or 23.54% from 463); Green value is 192 (75.39% from 255 or 41.47% from 463); Blue value is 162 (63.67% from 255 or 34.99% from 463); Max value from RGB is 192 - color contains mainly: green. Hex color #6DC0A2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6DC0A2 is #923F5D. Grayscale: #A3A3A3. Windows color (decimal): -9584478 or 10666093. OLE color: 10666093.

HSL color Cylindrical-coordinate representation of color #6DC0A2: hue angle of 158.31º 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 #6DC0A2 is Cyan = 0.43, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.25.

Color convert

RGB109192162-
CMYK0.4300.160.25
HSL158.31º39.71%59.02%-
HSV(B)158.31º43.23%75.29%-
XYZ31.6843.5640.92-
YUV163.7612788.94-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 23.54%
GREEN value IS 192 (75.39% from 255) = 41.47%
BLUE value IS 162 (63.67% from 255) = 34.99%
R=23.54%
G=41.47%
B=34.99%

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
Decimal1091921620.4300.160.25158.3139.7159.02
Hex6DC0A22B010199e283b
Octal15530024253020312365073
Binary110110111000000101000101010110100001100110011110101000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DC0A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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