Html Css Color HEX #6ED0A2 Medium Aquamarine

📋 copy color: '#6ED0A2'

red 110 ◦ green 208 ◦ blue 162

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

Shades of Medium Aquamarine #6ED0A2

Tints of Medium Aquamarine #6ED0A2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 33.75%

R = 22.92%
G = 43.33%
B = 33.75%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.22

 K value IS 0.18

RGB Variations

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

Color information

#6ED0A2 (or 0x6ED0A2) is known color: Medium Aquamarine. HEX triplet: 6E, D0 and A2. RGB value is (110,208,162). Sum of RGB (Red+Green+Blue) = 110+208+162=480 (63% of max value = 765). Red value is 110 (43.36% from 255 or 22.92% from 480); Green value is 208 (81.64% from 255 or 43.33% from 480); Blue value is 162 (63.67% from 255 or 33.75% from 480); Max value from RGB is 208 - color contains mainly: green. Hex color #6ED0A2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6ED0A2 is #912F5D. Grayscale: #ADADAD. Windows color (decimal): -9514846 or 10670190. OLE color: 10670190.

HSL color Cylindrical-coordinate representation of color #6ED0A2: hue angle of 151.84º 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 #6ED0A2 is Cyan = 0.47, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.18.

Color convert

RGB 110 208 162 -
CMYK 0.47 0 0.22 0.18
HSL 151.84º 0.51% 0.62% -
HSV(B) 151.84º 0.47% 0.82% -
XYZ 35.51 51.04 42.16 -
YUV 173.45 121.53 82.74 -
System Red Green Blue C M Y K H S L
Decimal 110 208 162 0.47 0 0.22 0.18 151.84 0.51 0.62
Hex 6E D0 A2 2F 0 16 12 98 33 3E
Octal 156 320 242 57 0 26 22 230 63 76
Binary 1101110 11010000 10100010 101111 0 10110 10010 10011000 110011 111110

Color Harmonies of #6ED0A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6ED0A2

Black with #6ED0A2

Text Example


Text Example

White with #6ED0A2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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