#6ac6aa

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

Shades of Medium Aquamarine #6AC6AA

Tints of Medium Aquamarine #6AC6AA

Color information

#6AC6AA (or 0x6AC6AA) is unknown color: approx Medium Aquamarine. HEX triplet: 6A, C6 and AA. RGB value is (106,198,170). Sum of RGB (Red+Green+Blue) = 106+198+170=474 (62% of max value = 765). Red value is 106 (41.80% from 255 or 22.36% from 474); Green value is 198 (77.73% from 255 or 41.77% from 474); Blue value is 170 (66.80% from 255 or 35.86% from 474); Max value from RGB is 198 - color contains mainly: green. Hex color #6AC6AA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6AC6AA is #953955. Grayscale: #A7A7A7. Windows color (decimal): -9779542 or 11191914. OLE color: 11191914.

HSL color Cylindrical-coordinate representation of color #6AC6AA: hue angle of 161.74º degrees, saturation: 0.45, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6AC6AA is Cyan = 0.46, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.22.

Color convert

RGB106198170-
CMYK0.4600.140.22
HSL161.74º44.66%59.61%-
HSV(B)161.74º46.46%77.65%-
XYZ33.3946.3545.22-
YUV167.3129.5284.28-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 22.36%
GREEN value IS 198 (77.73% from 255) = 41.77%
BLUE value IS 170 (66.80% from 255) = 35.86%
R=22.36%
G=41.77%
B=35.86%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1061981700.4600.140.22161.7444.6659.61
Hex6AC6AA2E0E16a22d3c
Octal15230625256016262425574
Binary11010101100011010101010101110011101011010100010101101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6ac6aa

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,198,170); }

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

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

 a { background-color: rgb(106,198,170); }

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

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

 span { border-color: rgb(106,198,170); }

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