#6AFAA7

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

Shades of Medium Aquamarine #6AFAA7

Tints of Medium Aquamarine #6AFAA7

Color information

#6AFAA7 (or 0x6AFAA7) is unknown color: approx Medium Aquamarine. HEX triplet: 6A, FA and A7. RGB value is (106,250,167). Sum of RGB (Red+Green+Blue) = 106+250+167=523 (69% of max value = 765). Red value is 106 (41.80% from 255 or 20.27% from 523); Green value is 250 (98.05% from 255 or 47.80% from 523); Blue value is 167 (65.62% from 255 or 31.93% from 523); Max value from RGB is 250 - color contains mainly: green. Hex color #6AFAA7 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #6AFAA7 is #950558. Grayscale: #C5C5C5. Windows color (decimal): -9766233 or 11008618. OLE color: 11008618.

HSL color Cylindrical-coordinate representation of color #6AFAA7: hue angle of 145.42º degrees, saturation: 0.94, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6AFAA7 is Cyan = 0.58, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.02.

Color convert

RGB106250167-
CMYK0.5800.330.02
HSL145.42º93.51%69.8%-
HSV(B)145.42º57.6%98.04%-
XYZ47.174.2348.4-
YUV197.48110.7962.75-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 20.27%
GREEN value IS 250 (98.05% from 255) = 47.80%
BLUE value IS 167 (65.62% from 255) = 31.93%
R=20.27%
G=47.80%
B=31.93%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1062501670.5800.330.02145.4293.5169.8
Hex6AFAA73A0212915e46
Octal152372247720412221136106
Binary110101011111010101001111110100100001101001000110111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AFAA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,250,167); }

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

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

 a { background-color: rgb(106,250,167); }

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

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

 span { border-color: rgb(106,250,167); }

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