#6AF3A8

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

Shades of Medium Aquamarine #6AF3A8

Tints of Medium Aquamarine #6AF3A8

Color information

#6AF3A8 (or 0x6AF3A8) is unknown color: approx Medium Aquamarine. HEX triplet: 6A, F3 and A8. RGB value is (106,243,168). Sum of RGB (Red+Green+Blue) = 106+243+168=517 (68% of max value = 765). Red value is 106 (41.80% from 255 or 20.50% from 517); Green value is 243 (95.31% from 255 or 47.00% from 517); Blue value is 168 (66.02% from 255 or 32.50% from 517); Max value from RGB is 243 - color contains mainly: green. Hex color #6AF3A8 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #6AF3A8 is #950C57. Grayscale: #C1C1C1. Windows color (decimal): -9768024 or 11072362. OLE color: 11072362.

HSL color Cylindrical-coordinate representation of color #6AF3A8: hue angle of 147.15º degrees, saturation: 0.85, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6AF3A8 is Cyan = 0.56, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.05.

Color convert

RGB106243168-
CMYK0.5600.310.05
HSL147.15º85.09%68.43%-
HSV(B)147.15º56.38%95.29%-
XYZ45.0669.9948.18-
YUV193.49113.6165.6-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 20.50%
GREEN value IS 243 (95.31% from 255) = 47.00%
BLUE value IS 168 (66.02% from 255) = 32.50%
R=20.50%
G=47.00%
B=32.50%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1062431680.5600.310.05147.1585.0968.43
Hex6AF3A83801F5935544
Octal152363250700375223125104
Binary110101011110011101010001110000111111011001001110101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AF3A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,243,168); }

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

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

 a { background-color: rgb(106,243,168); }

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

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

 span { border-color: rgb(106,243,168); }

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