#6EF1AF

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

Shades of Medium Aquamarine #6EF1AF

Tints of Medium Aquamarine #6EF1AF

Color information

#6EF1AF (or 0x6EF1AF) is unknown color: approx Medium Aquamarine. HEX triplet: 6E, F1 and AF. RGB value is (110,241,175). Sum of RGB (Red+Green+Blue) = 110+241+175=526 (69% of max value = 765). Red value is 110 (43.36% from 255 or 20.91% from 526); Green value is 241 (94.53% from 255 or 45.82% from 526); Blue value is 175 (68.75% from 255 or 33.27% from 526); Max value from RGB is 241 - color contains mainly: green. Hex color #6EF1AF is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #6EF1AF is #910E50. Grayscale: #C2C2C2. Windows color (decimal): -9506385 or 11530606. OLE color: 11530606.

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

Color convert

RGB110241175-
CMYK0.5400.270.05
HSL149.77º82.39%68.82%-
HSV(B)149.77º54.36%94.51%-
XYZ45.6269.3251.53-
YUV194.31117.167.87-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 20.91%
GREEN value IS 241 (94.53% from 255) = 45.82%
BLUE value IS 175 (68.75% from 255) = 33.27%
R=20.91%
G=45.82%
B=33.27%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1102411750.5400.270.05149.7782.3968.82
Hex6EF1AF3601B5965245
Octal156361257660335226122105
Binary110111011110001101011111101100110111011001011010100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EF1AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,241,175); }

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

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

 a { background-color: rgb(110,241,175); }

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

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

 span { border-color: rgb(110,241,175); }

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