#6AF4A8

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

Shades of Medium Aquamarine #6AF4A8

Tints of Medium Aquamarine #6AF4A8

Color information

#6AF4A8 (or 0x6AF4A8) is unknown color: approx Medium Aquamarine. HEX triplet: 6A, F4 and A8. RGB value is (106,244,168). Sum of RGB (Red+Green+Blue) = 106+244+168=518 (68% of max value = 765). Red value is 106 (41.80% from 255 or 20.46% from 518); Green value is 244 (95.70% from 255 or 47.10% from 518); Blue value is 168 (66.02% from 255 or 32.43% from 518); Max value from RGB is 244 - color contains mainly: green. Hex color #6AF4A8 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #6AF4A8 is #950B57. Grayscale: #C2C2C2. Windows color (decimal): -9767768 or 11072618. OLE color: 11072618.

HSL color Cylindrical-coordinate representation of color #6AF4A8: hue angle of 146.96º degrees, saturation: 0.86, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6AF4A8 is Cyan = 0.57, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.04.

Color convert

RGB106244168-
CMYK0.5700.310.04
HSL146.96º86.25%68.63%-
HSV(B)146.96º56.56%95.69%-
XYZ45.3670.5948.28-
YUV194.07113.2865.18-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 20.46%
GREEN value IS 244 (95.70% from 255) = 47.10%
BLUE value IS 168 (66.02% from 255) = 32.43%
R=20.46%
G=47.10%
B=32.43%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1062441680.5700.310.04146.9686.2568.63
Hex6AF4A83901F4935645
Octal152364250710374223126105
Binary110101011110100101010001110010111111001001001110101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AF4A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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