#6AF7AA

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

Shades of Medium Aquamarine #6AF7AA

Tints of Medium Aquamarine #6AF7AA

Color information

#6AF7AA (or 0x6AF7AA) is unknown color: approx Medium Aquamarine. HEX triplet: 6A, F7 and AA. RGB value is (106,247,170). Sum of RGB (Red+Green+Blue) = 106+247+170=523 (69% of max value = 765). Red value is 106 (41.80% from 255 or 20.27% from 523); Green value is 247 (96.88% from 255 or 47.23% from 523); Blue value is 170 (66.80% from 255 or 32.50% from 523); Max value from RGB is 247 - color contains mainly: green. Hex color #6AF7AA is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #6AF7AA is #950855. Grayscale: #C4C4C4. Windows color (decimal): -9766998 or 11204458. OLE color: 11204458.

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

Color convert

RGB106247170-
CMYK0.5700.310.03
HSL147.23º89.81%69.22%-
HSV(B)147.23º57.09%96.86%-
XYZ46.4672.4949.57-
YUV196.06113.2963.76-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 20.27%
GREEN value IS 247 (96.88% from 255) = 47.23%
BLUE value IS 170 (66.80% from 255) = 32.50%
R=20.27%
G=47.23%
B=32.50%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1062471700.5700.310.03147.2389.8169.22
Hex6AF7AA3901F3935a45
Octal152367252710373223132105
Binary11010101111011110101010111001011111111001001110110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AF7AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,247,170); }

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

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

 a { background-color: rgb(106,247,170); }

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

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

 span { border-color: rgb(106,247,170); }

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