Html Css Color HEX #6ED8A5 Medium Aquamarine

📋 copy color: '#6ED8A5'

red 110 ◦ green 216 ◦ blue 165

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

Shades of Medium Aquamarine #6ED8A5

Tints of Medium Aquamarine #6ED8A5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 33.6%

R = 22.4%
G = 43.99%
B = 33.6%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.24

 K value IS 0.15

RGB Variations

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

Color information

#6ED8A5 (or 0x6ED8A5) is known color: Medium Aquamarine. HEX triplet: 6E, D8 and A5. RGB value is (110,216,165). Sum of RGB (Red+Green+Blue) = 110+216+165=491 (65% of max value = 765). Red value is 110 (43.36% from 255 or 22.40% from 491); Green value is 216 (84.77% from 255 or 43.99% from 491); Blue value is 165 (64.84% from 255 or 33.60% from 491); Max value from RGB is 216 - color contains mainly: green. Hex color #6ED8A5 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6ED8A5 is #91275A. Grayscale: #B2B2B2. Windows color (decimal): -9512795 or 10868846. OLE color: 10868846.

HSL color Cylindrical-coordinate representation of color #6ED8A5: hue angle of 151.13º 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 #6ED8A5 is Cyan = 0.49, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.15.

Color convert

RGB 110 216 165 -
CMYK 0.49 0 0.24 0.15
HSL 151.13º 0.58% 0.64% -
HSV(B) 151.13º 0.49% 0.85% -
XYZ 37.78 55.14 44.25 -
YUV 178.49 120.38 79.15 -
System Red Green Blue C M Y K H S L
Decimal 110 216 165 0.49 0 0.24 0.15 151.13 0.58 0.64
Hex 6E D8 A5 31 0 18 F 97 3A 40
Octal 156 330 245 61 0 30 17 227 72 100
Binary 1101110 11011000 10100101 110001 0 11000 1111 10010111 111010 1000000

Color Harmonies of #6ED8A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6ED8A5

Black with #6ED8A5

Text Example


Text Example

White with #6ED8A5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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