Html Css Color HEX #6EDAA8 Medium Aquamarine

📋 copy color: '#6EDAA8'

red 110 ◦ green 218 ◦ blue 168

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

Shades of Medium Aquamarine #6EDAA8

Tints of Medium Aquamarine #6EDAA8

RGB

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

 GREEN value IS 218 (85.55% from 255) = 43.95%

 BLUE value IS 168 (66.02% from 255) = 33.87%

R = 22.18%
G = 43.95%
B = 33.87%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.23

 K value IS 0.15

RGB Variations

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

Color information

#6EDAA8 (or 0x6EDAA8) is known color: Medium Aquamarine. HEX triplet: 6E, DA and A8. RGB value is (110,218,168). Sum of RGB (Red+Green+Blue) = 110+218+168=496 (65% of max value = 765). Red value is 110 (43.36% from 255 or 22.18% from 496); Green value is 218 (85.55% from 255 or 43.95% from 496); Blue value is 168 (66.02% from 255 or 33.87% from 496); Max value from RGB is 218 - color contains mainly: green. Hex color #6EDAA8 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6EDAA8 is #912557. Grayscale: #B4B4B4. Windows color (decimal): -9512280 or 11065966. OLE color: 11065966.

HSL color Cylindrical-coordinate representation of color #6EDAA8: hue angle of 152.22º degrees, saturation: 0.59, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6EDAA8 is Cyan = 0.50, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.15.

Color convert

RGB 110 218 168 -
CMYK 0.50 0 0.23 0.15
HSL 152.22º 0.59% 0.64% -
HSV(B) 152.22º 0.5% 0.85% -
XYZ 38.57 56.28 45.88 -
YUV 180.01 121.22 78.07 -
System Red Green Blue C M Y K H S L
Decimal 110 218 168 0.50 0 0.23 0.15 152.22 0.59 0.64
Hex 6E DA A8 32 0 17 F 98 3B 40
Octal 156 332 250 62 0 27 17 230 73 100
Binary 1101110 11011010 10101000 110010 0 10111 1111 10011000 111011 1000000

Color Harmonies of #6EDAA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EDAA8

Black with #6EDAA8

Text Example


Text Example

White with #6EDAA8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,218,168); }

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

background-color css

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

 a { background-color: rgb(110,218,168); }

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

border-color css

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

 span { border-color: rgb(110,218,168); }

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