#6AC8A6

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

Shades of Medium Aquamarine #6AC8A6

Tints of Medium Aquamarine #6AC8A6

Color information

#6AC8A6 (or 0x6AC8A6) is unknown color: approx Medium Aquamarine. HEX triplet: 6A, C8 and A6. RGB value is (106,200,166). Sum of RGB (Red+Green+Blue) = 106+200+166=472 (62% of max value = 765). Red value is 106 (41.80% from 255 or 22.46% from 472); Green value is 200 (78.52% from 255 or 42.37% from 472); Blue value is 166 (65.23% from 255 or 35.17% from 472); Max value from RGB is 200 - color contains mainly: green. Hex color #6AC8A6 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6AC8A6 is #953759. Grayscale: #A8A8A8. Windows color (decimal): -9779034 or 10930282. OLE color: 10930282.

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

Color convert

RGB106200166-
CMYK0.4700.170.22
HSL158.3º46.08%60%-
HSV(B)158.3º47%78.43%-
XYZ33.4847.1343.41-
YUV168.02126.8683.76-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 22.46%
GREEN value IS 200 (78.52% from 255) = 42.37%
BLUE value IS 166 (65.23% from 255) = 35.17%
R=22.46%
G=42.37%
B=35.17%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1062001660.4700.170.22158.346.0860
Hex6AC8A62F011169e2e3c
Octal15231024657021262365674
Binary110101011001000101001101011110100011011010011110101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AC8A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,200,166); }

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

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

 a { background-color: rgb(106,200,166); }

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

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

 span { border-color: rgb(106,200,166); }

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