Html Css Color HEX #6EDCAC Medium Aquamarine

📋 copy color: '#6EDCAC'

red 110 ◦ green 220 ◦ blue 172

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

Shades of Medium Aquamarine #6EDCAC

Tints of Medium Aquamarine #6EDCAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 34.26%

R = 21.91%
G = 43.82%
B = 34.26%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.22

 K value IS 0.14

RGB Variations

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

Color information

#6EDCAC (or 0x6EDCAC) is known color: Medium Aquamarine. HEX triplet: 6E, DC and AC. RGB value is (110,220,172). Sum of RGB (Red+Green+Blue) = 110+220+172=502 (66% of max value = 765). Red value is 110 (43.36% from 255 or 21.91% from 502); Green value is 220 (86.33% from 255 or 43.82% from 502); Blue value is 172 (67.58% from 255 or 34.26% from 502); Max value from RGB is 220 - color contains mainly: green. Hex color #6EDCAC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6EDCAC is #912353. Grayscale: #B5B5B5. Windows color (decimal): -9511764 or 11328622. OLE color: 11328622.

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

Color convert

RGB 110 220 172 -
CMYK 0.50 0 0.22 0.14
HSL 153.82º 0.61% 0.65% -
HSV(B) 153.82º 0.5% 0.86% -
XYZ 39.47 57.48 48.04 -
YUV 181.64 122.56 76.9 -
System Red Green Blue C M Y K H S L
Decimal 110 220 172 0.50 0 0.22 0.14 153.82 0.61 0.65
Hex 6E DC AC 32 0 16 E 9A 3D 41
Octal 156 334 254 62 0 26 16 232 75 101
Binary 1101110 11011100 10101100 110010 0 10110 1110 10011010 111101 1000001

Color Harmonies of #6EDCAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EDCAC

Black with #6EDCAC

Text Example


Text Example

White with #6EDCAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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