#6AC3AD

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

Shades of Medium Aquamarine #6AC3AD

Tints of Medium Aquamarine #6AC3AD

Color information

#6AC3AD (or 0x6AC3AD) is unknown color: approx Medium Aquamarine. HEX triplet: 6A, C3 and AD. RGB value is (106,195,173). Sum of RGB (Red+Green+Blue) = 106+195+173=474 (62% of max value = 765). Red value is 106 (41.80% from 255 or 22.36% from 474); Green value is 195 (76.56% from 255 or 41.14% from 474); Blue value is 173 (67.97% from 255 or 36.50% from 474); Max value from RGB is 195 - color contains mainly: green. Hex color #6AC3AD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6AC3AD is #953C52. Grayscale: #A5A5A5. Windows color (decimal): -9780307 or 11387754. OLE color: 11387754.

HSL color Cylindrical-coordinate representation of color #6AC3AD: hue angle of 165.17º degrees, saturation: 0.43, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6AC3AD is Cyan = 0.46, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.24.

Color convert

RGB106195173-
CMYK0.4600.110.24
HSL165.17º42.58%59.02%-
HSV(B)165.17º45.64%76.47%-
XYZ3345.1146.5-
YUV165.88132.0185.29-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 22.36%
GREEN value IS 195 (76.56% from 255) = 41.14%
BLUE value IS 173 (67.97% from 255) = 36.50%
R=22.36%
G=41.14%
B=36.50%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1061951730.4600.110.24165.1742.5859.02
Hex6AC3AD2E0B18a52b3b
Octal15230325556013302455373
Binary11010101100001110101101101110010111100010100101101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AC3AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,195,173); }

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

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

 a { background-color: rgb(106,195,173); }

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

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

 span { border-color: rgb(106,195,173); }

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