#6EF1B1

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

Shades of Medium Aquamarine #6EF1B1

Tints of Medium Aquamarine #6EF1B1

Color information

#6EF1B1 (or 0x6EF1B1) is unknown color: approx Medium Aquamarine. HEX triplet: 6E, F1 and B1. RGB value is (110,241,177). Sum of RGB (Red+Green+Blue) = 110+241+177=528 (69% of max value = 765). Red value is 110 (43.36% from 255 or 20.83% from 528); Green value is 241 (94.53% from 255 or 45.64% from 528); Blue value is 177 (69.53% from 255 or 33.52% from 528); Max value from RGB is 241 - color contains mainly: green. Hex color #6EF1B1 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #6EF1B1 is #910E4E. Grayscale: #C2C2C2. Windows color (decimal): -9506383 or 11661678. OLE color: 11661678.

HSL color Cylindrical-coordinate representation of color #6EF1B1: hue angle of 150.69º 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 #6EF1B1 is Cyan = 0.54, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.05.

Color convert

RGB110241177-
CMYK0.5400.270.05
HSL150.69º82.39%68.82%-
HSV(B)150.69º54.36%94.51%-
XYZ45.8269.452.58-
YUV194.53118.167.7-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 20.83%
GREEN value IS 241 (94.53% from 255) = 45.64%
BLUE value IS 177 (69.53% from 255) = 33.52%
R=20.83%
G=45.64%
B=33.52%

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
Decimal1102411770.5400.270.05150.6982.3968.82
Hex6EF1B13601B5975245
Octal156361261660335227122105
Binary110111011110001101100011101100110111011001011110100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EF1B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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