Html Css Color HEX #6EDCA1 Medium Aquamarine

📋 copy color: '#6EDCA1'

red 110 ◦ green 220 ◦ blue 161

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

Shades of Medium Aquamarine #6EDCA1

Tints of Medium Aquamarine #6EDCA1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 32.79%

R = 22.4%
G = 44.81%
B = 32.79%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.27

 K value IS 0.14

RGB Variations

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

Color information

#6EDCA1 (or 0x6EDCA1) is known color: Medium Aquamarine. HEX triplet: 6E, DC and A1. RGB value is (110,220,161). Sum of RGB (Red+Green+Blue) = 110+220+161=491 (65% of max value = 765). Red value is 110 (43.36% from 255 or 22.40% from 491); Green value is 220 (86.33% from 255 or 44.81% from 491); Blue value is 161 (63.28% from 255 or 32.79% from 491); Max value from RGB is 220 - color contains mainly: green. Hex color #6EDCA1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6EDCA1 is #91235E. Grayscale: #B4B4B4. Windows color (decimal): -9511775 or 10607726. OLE color: 10607726.

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

Color convert

RGB 110 220 161 -
CMYK 0.50 0 0.27 0.14
HSL 147.82º 0.61% 0.65% -
HSV(B) 147.82º 0.5% 0.86% -
XYZ 38.46 57.07 42.71 -
YUV 180.38 117.06 77.8 -
System Red Green Blue C M Y K H S L
Decimal 110 220 161 0.50 0 0.27 0.14 147.82 0.61 0.65
Hex 6E DC A1 32 0 1B E 94 3D 41
Octal 156 334 241 62 0 33 16 224 75 101
Binary 1101110 11011100 10100001 110010 0 11011 1110 10010100 111101 1000001

Color Harmonies of #6EDCA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EDCA1

Black with #6EDCA1

Text Example


Text Example

White with #6EDCA1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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