Html Css Color HEX #6EDCAA Medium Aquamarine

📋 copy color: '#6EDCAA'

red 110 ◦ green 220 ◦ blue 170

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

Shades of Medium Aquamarine #6EDCAA

Tints of Medium Aquamarine #6EDCAA

RGB

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

 GREEN value IS 220 (86.33% from 255) = 44%

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

R = 22%
G = 44%
B = 34%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.23

 K value IS 0.14

RGB Variations

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

Color information

#6EDCAA (or 0x6EDCAA) is known color: Medium Aquamarine. HEX triplet: 6E, DC and AA. RGB value is (110,220,170). Sum of RGB (Red+Green+Blue) = 110+220+170=500 (66% of max value = 765). Red value is 110 (43.36% from 255 or 22% from 500); Green value is 220 (86.33% from 255 or 44% from 500); Blue value is 170 (66.80% from 255 or 34% from 500); Max value from RGB is 220 - color contains mainly: green. Hex color #6EDCAA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6EDCAA is #912355. Grayscale: #B5B5B5. Windows color (decimal): -9511766 or 11197550. OLE color: 11197550.

HSL color Cylindrical-coordinate representation of color #6EDCAA: hue angle of 152.73º degrees, saturation: 0.61, 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 #6EDCAA is Cyan = 0.50, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.14.

Color convert

RGB 110 220 170 -
CMYK 0.50 0 0.23 0.14
HSL 152.73º 0.61% 0.65% -
HSV(B) 152.73º 0.5% 0.86% -
XYZ 39.28 57.4 47.04 -
YUV 181.41 121.56 77.07 -
System Red Green Blue C M Y K H S L
Decimal 110 220 170 0.50 0 0.23 0.14 152.73 0.61 0.65
Hex 6E DC AA 32 0 17 E 99 3D 41
Octal 156 334 252 62 0 27 16 231 75 101
Binary 1101110 11011100 10101010 110010 0 10111 1110 10011001 111101 1000001

Color Harmonies of #6EDCAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EDCAA

Black with #6EDCAA

Text Example


Text Example

White with #6EDCAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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