#6AC0A9

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

Shades of Medium Aquamarine #6AC0A9

Tints of Medium Aquamarine #6AC0A9

Color information

#6AC0A9 (or 0x6AC0A9) is unknown color: approx Medium Aquamarine. HEX triplet: 6A, C0 and A9. RGB value is (106,192,169). Sum of RGB (Red+Green+Blue) = 106+192+169=467 (61% of max value = 765). Red value is 106 (41.80% from 255 or 22.70% from 467); Green value is 192 (75.39% from 255 or 41.11% from 467); Blue value is 169 (66.41% from 255 or 36.19% from 467); Max value from RGB is 192 - color contains mainly: green. Hex color #6AC0A9 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6AC0A9 is #953F56. Grayscale: #A3A3A3. Windows color (decimal): -9781079 or 11124842. OLE color: 11124842.

HSL color Cylindrical-coordinate representation of color #6AC0A9: hue angle of 163.95º degrees, saturation: 0.41, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6AC0A9 is Cyan = 0.45, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.25.

Color convert

RGB106192169-
CMYK0.4500.120.25
HSL163.95º40.57%58.43%-
HSV(B)163.95º44.79%75.29%-
XYZ31.9543.6344.27-
YUV163.66131.0186.87-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 22.70%
GREEN value IS 192 (75.39% from 255) = 41.11%
BLUE value IS 169 (66.41% from 255) = 36.19%
R=22.70%
G=41.11%
B=36.19%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1061921690.4500.120.25163.9540.5758.43
Hex6AC0A92D0C19a4293a
Octal15230025155014312445172
Binary11010101100000010101001101101011001100110100100101001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AC0A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,192,169); }

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

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

 a { background-color: rgb(106,192,169); }

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

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

 span { border-color: rgb(106,192,169); }

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