#6DF2AA

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

Shades of Medium Aquamarine #6DF2AA

Tints of Medium Aquamarine #6DF2AA

Color information

#6DF2AA (or 0x6DF2AA) is unknown color: approx Medium Aquamarine. HEX triplet: 6D, F2 and AA. RGB value is (109,242,170). Sum of RGB (Red+Green+Blue) = 109+242+170=521 (69% of max value = 765). Red value is 109 (42.97% from 255 or 20.92% from 521); Green value is 242 (94.92% from 255 or 46.45% from 521); Blue value is 170 (66.80% from 255 or 32.63% from 521); Max value from RGB is 242 - color contains mainly: green. Hex color #6DF2AA is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #6DF2AA is #920D55. Grayscale: #C2C2C2. Windows color (decimal): -9571670 or 11203181. OLE color: 11203181.

HSL color Cylindrical-coordinate representation of color #6DF2AA: hue angle of 147.52º degrees, saturation: 0.84, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6DF2AA is Cyan = 0.55, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.05.

Color convert

RGB109242170-
CMYK0.5500.300.05
HSL147.52º83.65%68.82%-
HSV(B)147.52º54.96%94.9%-
XYZ45.3169.6649.09-
YUV194.02114.4467.35-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 20.92%
GREEN value IS 242 (94.92% from 255) = 46.45%
BLUE value IS 170 (66.80% from 255) = 32.63%
R=20.92%
G=46.45%
B=32.63%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1092421700.5500.300.05147.5283.6568.82
Hex6DF2AA3701E5945445
Octal155362252670365224124105
Binary110110111110010101010101101110111101011001010010101001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DF2AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,242,170); }

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

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

 a { background-color: rgb(109,242,170); }

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

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

 span { border-color: rgb(109,242,170); }

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