Html Css Color HEX #6EC1AA Medium Aquamarine

📋 copy color: '#6EC1AA'

red 110 ◦ green 193 ◦ blue 170

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

Shades of Medium Aquamarine #6EC1AA

Tints of Medium Aquamarine #6EC1AA

RGB

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

 GREEN value IS 193 (75.78% from 255) = 40.8%

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

R = 23.26%
G = 40.8%
B = 35.94%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.12

 K value IS 0.24

RGB Variations

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

Color information

#6EC1AA (or 0x6EC1AA) is known color: Medium Aquamarine. HEX triplet: 6E, C1 and AA. RGB value is (110,193,170). Sum of RGB (Red+Green+Blue) = 110+193+170=473 (62% of max value = 765). Red value is 110 (43.36% from 255 or 23.26% from 473); Green value is 193 (75.78% from 255 or 40.80% from 473); Blue value is 170 (66.80% from 255 or 35.94% from 473); Max value from RGB is 193 - color contains mainly: green. Hex color #6EC1AA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6EC1AA is #913E55. Grayscale: #A5A5A5. Windows color (decimal): -9518678 or 11190638. OLE color: 11190638.

HSL color Cylindrical-coordinate representation of color #6EC1AA: hue angle of 163.37º degrees, saturation: 0.4, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6EC1AA is Cyan = 0.43, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.24.

Color convert

RGB 110 193 170 -
CMYK 0.43 0 0.12 0.24
HSL 163.37º 0.4% 0.59% -
HSV(B) 163.37º 0.43% 0.76% -
XYZ 32.76 44.36 44.87 -
YUV 165.56 130.5 88.37 -
System Red Green Blue C M Y K H S L
Decimal 110 193 170 0.43 0 0.12 0.24 163.37 0.4 0.59
Hex 6E C1 AA 2B 0 C 18 A3 28 3B
Octal 156 301 252 53 0 14 30 243 50 73
Binary 1101110 11000001 10101010 101011 0 1100 11000 10100011 101000 111011

Color Harmonies of #6EC1AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EC1AA

Black with #6EC1AA

Text Example


Text Example

White with #6EC1AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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