Html Css Color HEX #6ED8AA Medium Aquamarine

📋 copy color: '#6ED8AA'

red 110 ◦ green 216 ◦ blue 170

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

Shades of Medium Aquamarine #6ED8AA

Tints of Medium Aquamarine #6ED8AA

RGB

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

 GREEN value IS 216 (84.77% from 255) = 43.55%

 BLUE value IS 170 (66.8% from 255) = 34.27%

R = 22.18%
G = 43.55%
B = 34.27%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.21

 K value IS 0.15

RGB Variations

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

Color information

#6ED8AA (or 0x6ED8AA) is known color: Medium Aquamarine. HEX triplet: 6E, D8 and AA. RGB value is (110,216,170). Sum of RGB (Red+Green+Blue) = 110+216+170=496 (65% of max value = 765). Red value is 110 (43.36% from 255 or 22.18% from 496); Green value is 216 (84.77% from 255 or 43.55% from 496); Blue value is 170 (66.80% from 255 or 34.27% from 496); Max value from RGB is 216 - color contains mainly: green. Hex color #6ED8AA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6ED8AA is #912755. Grayscale: #B3B3B3. Windows color (decimal): -9512790 or 11196526. OLE color: 11196526.

HSL color Cylindrical-coordinate representation of color #6ED8AA: hue angle of 153.96º degrees, saturation: 0.58, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6ED8AA is Cyan = 0.49, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.15.

Color convert

RGB 110 216 170 -
CMYK 0.49 0 0.21 0.15
HSL 153.96º 0.58% 0.64% -
HSV(B) 153.96º 0.49% 0.85% -
XYZ 38.24 55.33 46.69 -
YUV 179.06 122.88 78.74 -
System Red Green Blue C M Y K H S L
Decimal 110 216 170 0.49 0 0.21 0.15 153.96 0.58 0.64
Hex 6E D8 AA 31 0 15 F 9A 3A 40
Octal 156 330 252 61 0 25 17 232 72 100
Binary 1101110 11011000 10101010 110001 0 10101 1111 10011010 111010 1000000

Color Harmonies of #6ED8AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6ED8AA

Black with #6ED8AA

Text Example


Text Example

White with #6ED8AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,216,170); }

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

background-color css

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

 a { background-color: rgb(110,216,170); }

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

border-color css

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

 span { border-color: rgb(110,216,170); }

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