Html Css Color HEX #6EDFA0 Medium Aquamarine

📋 copy color: '#6EDFA0'

red 110 ◦ green 223 ◦ blue 160

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

Shades of Medium Aquamarine #6EDFA0

Tints of Medium Aquamarine #6EDFA0

RGB

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

 GREEN value IS 223 (87.5% from 255) = 45.23%

 BLUE value IS 160 (62.89% from 255) = 32.45%

R = 22.31%
G = 45.23%
B = 32.45%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.28

 K value IS 0.13

RGB Variations

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

Color information

#6EDFA0 (or 0x6EDFA0) is known color: Medium Aquamarine. HEX triplet: 6E, DF and A0. RGB value is (110,223,160). Sum of RGB (Red+Green+Blue) = 110+223+160=493 (65% of max value = 765). Red value is 110 (43.36% from 255 or 22.31% from 493); Green value is 223 (87.5% from 255 or 45.23% from 493); Blue value is 160 (62.89% from 255 or 32.45% from 493); Max value from RGB is 223 - color contains mainly: green. Hex color #6EDFA0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6EDFA0 is #91205F. Grayscale: #B6B6B6. Windows color (decimal): -9511008 or 10542958. OLE color: 10542958.

HSL color Cylindrical-coordinate representation of color #6EDFA0: hue angle of 146.55º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6EDFA0 is Cyan = 0.51, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.13.

Color convert

RGB 110 223 160 -
CMYK 0.51 0 0.28 0.13
HSL 146.55º 0.64% 0.65% -
HSV(B) 146.55º 0.51% 0.87% -
XYZ 39.16 58.63 42.51 -
YUV 182.03 115.56 76.62 -
System Red Green Blue C M Y K H S L
Decimal 110 223 160 0.51 0 0.28 0.13 146.55 0.64 0.65
Hex 6E DF A0 33 0 1C D 93 40 41
Octal 156 337 240 63 0 34 15 223 100 101
Binary 1101110 11011111 10100000 110011 0 11100 1101 10010011 1000000 1000001

Color Harmonies of #6EDFA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EDFA0

Black with #6EDFA0

Text Example


Text Example

White with #6EDFA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,223,160); }

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

background-color css

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

 a { background-color: rgb(110,223,160); }

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

border-color css

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

 span { border-color: rgb(110,223,160); }

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