Html Css Color HEX #6EDCAB Medium Aquamarine

📋 copy color: '#6EDCAB'

red 110 ◦ green 220 ◦ blue 171

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

Shades of Medium Aquamarine #6EDCAB

Tints of Medium Aquamarine #6EDCAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 34.13%

R = 21.96%
G = 43.91%
B = 34.13%

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

#6EDCAB (or 0x6EDCAB) is known color: Medium Aquamarine. HEX triplet: 6E, DC and AB. RGB value is (110,220,171). Sum of RGB (Red+Green+Blue) = 110+220+171=501 (66% of max value = 765). Red value is 110 (43.36% from 255 or 21.96% from 501); Green value is 220 (86.33% from 255 or 43.91% from 501); Blue value is 171 (67.19% from 255 or 34.13% from 501); Max value from RGB is 220 - color contains mainly: green. Hex color #6EDCAB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6EDCAB is #912354. Grayscale: #B5B5B5. Windows color (decimal): -9511765 or 11263086. OLE color: 11263086.

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

Color convert

RGB 110 220 171 -
CMYK 0.50 0 0.22 0.14
HSL 153.27º 0.61% 0.65% -
HSV(B) 153.27º 0.5% 0.86% -
XYZ 39.37 57.44 47.54 -
YUV 181.52 122.06 76.98 -
System Red Green Blue C M Y K H S L
Decimal 110 220 171 0.50 0 0.22 0.14 153.27 0.61 0.65
Hex 6E DC AB 32 0 16 E 99 3D 41
Octal 156 334 253 62 0 26 16 231 75 101
Binary 1101110 11011100 10101011 110010 0 10110 1110 10011001 111101 1000001

Color Harmonies of #6EDCAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EDCAB

Black with #6EDCAB

Text Example


Text Example

White with #6EDCAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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