Html Css Color HEX #6EDBA0 Medium Aquamarine

📋 copy color: '#6EDBA0'

red 110 ◦ green 219 ◦ blue 160

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

Shades of Medium Aquamarine #6EDBA0

Tints of Medium Aquamarine #6EDBA0

RGB

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

 GREEN value IS 219 (85.94% from 255) = 44.79%

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

R = 22.49%
G = 44.79%
B = 32.72%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.27

 K value IS 0.14

RGB Variations

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

Color information

#6EDBA0 (or 0x6EDBA0) is known color: Medium Aquamarine. HEX triplet: 6E, DB and A0. RGB value is (110,219,160). Sum of RGB (Red+Green+Blue) = 110+219+160=489 (64% of max value = 765). Red value is 110 (43.36% from 255 or 22.49% from 489); Green value is 219 (85.94% from 255 or 44.79% from 489); Blue value is 160 (62.89% from 255 or 32.72% from 489); Max value from RGB is 219 - color contains mainly: green. Hex color #6EDBA0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6EDBA0 is #91245F. Grayscale: #B3B3B3. Windows color (decimal): -9512032 or 10541934. OLE color: 10541934.

HSL color Cylindrical-coordinate representation of color #6EDBA0: hue angle of 147.52º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6EDBA0 is Cyan = 0.50, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.14.

Color convert

RGB 110 219 160 -
CMYK 0.50 0 0.27 0.14
HSL 147.52º 0.6% 0.65% -
HSV(B) 147.52º 0.5% 0.86% -
XYZ 38.11 56.52 42.16 -
YUV 179.68 116.89 78.3 -
System Red Green Blue C M Y K H S L
Decimal 110 219 160 0.50 0 0.27 0.14 147.52 0.6 0.65
Hex 6E DB A0 32 0 1B E 94 3C 41
Octal 156 333 240 62 0 33 16 224 74 101
Binary 1101110 11011011 10100000 110010 0 11011 1110 10010100 111100 1000001

Color Harmonies of #6EDBA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EDBA0

Black with #6EDBA0

Text Example


Text Example

White with #6EDBA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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