#6AF0AE

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

Shades of Medium Aquamarine #6AF0AE

Tints of Medium Aquamarine #6AF0AE

Color information

#6AF0AE (or 0x6AF0AE) is unknown color: approx Medium Aquamarine. HEX triplet: 6A, F0 and AE. RGB value is (106,240,174). Sum of RGB (Red+Green+Blue) = 106+240+174=520 (68% of max value = 765). Red value is 106 (41.80% from 255 or 20.38% from 520); Green value is 240 (94.14% from 255 or 46.15% from 520); Blue value is 174 (68.36% from 255 or 33.46% from 520); Max value from RGB is 240 - color contains mainly: green. Hex color #6AF0AE is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #6AF0AE is #950F51. Grayscale: #C0C0C0. Windows color (decimal): -9768786 or 11464810. OLE color: 11464810.

HSL color Cylindrical-coordinate representation of color #6AF0AE: hue angle of 150.45º degrees, saturation: 0.82, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6AF0AE is Cyan = 0.56, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.06.

Color convert

RGB106240174-
CMYK0.5600.280.06
HSL150.45º81.71%67.84%-
HSV(B)150.45º55.83%94.12%-
XYZ44.7468.4450.9-
YUV192.41117.6166.37-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 20.38%
GREEN value IS 240 (94.14% from 255) = 46.15%
BLUE value IS 174 (68.36% from 255) = 33.46%
R=20.38%
G=46.15%
B=33.46%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1062401740.5600.280.06150.4581.7167.84
Hex6AF0AE3801C6965244
Octal152360256700346226122104
Binary110101011110000101011101110000111001101001011010100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AF0AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,240,174); }

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

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

 a { background-color: rgb(106,240,174); }

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

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

 span { border-color: rgb(106,240,174); }

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