#6AC9AA

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

Shades of Medium Aquamarine #6AC9AA

Tints of Medium Aquamarine #6AC9AA

Color information

#6AC9AA (or 0x6AC9AA) is unknown color: approx Medium Aquamarine. HEX triplet: 6A, C9 and AA. RGB value is (106,201,170). Sum of RGB (Red+Green+Blue) = 106+201+170=477 (63% of max value = 765). Red value is 106 (41.80% from 255 or 22.22% from 477); Green value is 201 (78.91% from 255 or 42.14% from 477); Blue value is 170 (66.80% from 255 or 35.64% from 477); Max value from RGB is 201 - color contains mainly: green. Hex color #6AC9AA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6AC9AA is #953655. Grayscale: #A9A9A9. Windows color (decimal): -9778774 or 11192682. OLE color: 11192682.

HSL color Cylindrical-coordinate representation of color #6AC9AA: hue angle of 160.42º degrees, saturation: 0.47, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6AC9AA is Cyan = 0.47, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.21.

Color convert

RGB106201170-
CMYK0.4700.150.21
HSL160.42º46.8%60.2%-
HSV(B)160.42º47.26%78.82%-
XYZ34.0947.7445.45-
YUV169.06128.5383.02-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 22.22%
GREEN value IS 201 (78.91% from 255) = 42.14%
BLUE value IS 170 (66.80% from 255) = 35.64%
R=22.22%
G=42.14%
B=35.64%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1062011700.4700.150.21160.4246.860.2
Hex6AC9AA2F0F15a02f3c
Octal15231125257017252405774
Binary11010101100100110101010101111011111010110100000101111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AC9AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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