Html Css Color HEX #6EF0B1 Medium Aquamarine

📋 copy color: '#6EF0B1'

red 110 ◦ green 240 ◦ blue 177

#6EF0B1
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Aquamarine #6EF0B1

Tints of Medium Aquamarine #6EF0B1

RGB

 RED value IS 110 (43.36% from 255) = 20.87%

 GREEN value IS 240 (94.14% from 255) = 45.54%

 BLUE value IS 177 (69.53% from 255) = 33.59%

R = 20.87%
G = 45.54%
B = 33.59%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.26

 K value IS 0.06

RGB Variations

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

Color information

#6EF0B1 (or 0x6EF0B1) is known color: Medium Aquamarine. HEX triplet: 6E, F0 and B1. RGB value is (110,240,177). Sum of RGB (Red+Green+Blue) = 110+240+177=527 (69% of max value = 765). Red value is 110 (43.36% from 255 or 20.87% from 527); Green value is 240 (94.14% from 255 or 45.54% from 527); Blue value is 177 (69.53% from 255 or 33.59% from 527); Max value from RGB is 240 - color contains mainly: green. Hex color #6EF0B1 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #6EF0B1 is #910F4E. Grayscale: #C2C2C2. Windows color (decimal): -9506639 or 11661422. OLE color: 11661422.

HSL color Cylindrical-coordinate representation of color #6EF0B1: hue angle of 150.92º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6EF0B1 is Cyan = 0.54, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.06.

Color convert

RGB 110 240 177 -
CMYK 0.54 0 0.26 0.06
HSL 150.92º 0.81% 0.69% -
HSV(B) 150.92º 0.54% 0.94% -
XYZ 45.53 68.81 52.48 -
YUV 193.95 118.43 68.12 -
System Red Green Blue C M Y K H S L
Decimal 110 240 177 0.54 0 0.26 0.06 150.92 0.81 0.69
Hex 6E F0 B1 36 0 1A 6 97 51 45
Octal 156 360 261 66 0 32 6 227 121 105
Binary 1101110 11110000 10110001 110110 0 11010 110 10010111 1010001 1000101

Color Harmonies of #6EF0B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EF0B1

Black with #6EF0B1

Text Example


Text Example

White with #6EF0B1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #6EF0B1;
 }
 .AnyTagClassName
 {
   color: #6EF0B1;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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