Html Css Color HEX #6ED0AA Medium Aquamarine

📋 copy color: '#6ED0AA'

red 110 ◦ green 208 ◦ blue 170

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

Shades of Medium Aquamarine #6ED0AA

Tints of Medium Aquamarine #6ED0AA

RGB

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

 GREEN value IS 208 (81.64% from 255) = 42.62%

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

R = 22.54%
G = 42.62%
B = 34.84%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.18

 K value IS 0.18

RGB Variations

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

Color information

#6ED0AA (or 0x6ED0AA) is known color: Medium Aquamarine. HEX triplet: 6E, D0 and AA. RGB value is (110,208,170). Sum of RGB (Red+Green+Blue) = 110+208+170=488 (64% of max value = 765). Red value is 110 (43.36% from 255 or 22.54% from 488); Green value is 208 (81.64% from 255 or 42.62% from 488); Blue value is 170 (66.80% from 255 or 34.84% from 488); Max value from RGB is 208 - color contains mainly: green. Hex color #6ED0AA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6ED0AA is #912F55. Grayscale: #AEAEAE. Windows color (decimal): -9514838 or 11194478. OLE color: 11194478.

HSL color Cylindrical-coordinate representation of color #6ED0AA: hue angle of 156.73º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6ED0AA is Cyan = 0.47, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.18.

Color convert

RGB 110 208 170 -
CMYK 0.47 0 0.18 0.18
HSL 156.73º 0.51% 0.62% -
HSV(B) 156.73º 0.47% 0.82% -
XYZ 36.24 51.33 46.03 -
YUV 174.37 125.53 82.09 -
System Red Green Blue C M Y K H S L
Decimal 110 208 170 0.47 0 0.18 0.18 156.73 0.51 0.62
Hex 6E D0 AA 2F 0 12 12 9D 33 3E
Octal 156 320 252 57 0 22 22 235 63 76
Binary 1101110 11010000 10101010 101111 0 10010 10010 10011101 110011 111110

Color Harmonies of #6ED0AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6ED0AA

Black with #6ED0AA

Text Example


Text Example

White with #6ED0AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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