Html Css Color HEX #6EDCB1 Medium Aquamarine

📋 copy color: '#6EDCB1'

red 110 ◦ green 220 ◦ blue 177

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

Shades of Medium Aquamarine #6EDCB1

Tints of Medium Aquamarine #6EDCB1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 34.91%

R = 21.7%
G = 43.39%
B = 34.91%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.20

 K value IS 0.14

RGB Variations

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

Color information

#6EDCB1 (or 0x6EDCB1) is known color: Medium Aquamarine. HEX triplet: 6E, DC and B1. RGB value is (110,220,177). Sum of RGB (Red+Green+Blue) = 110+220+177=507 (67% of max value = 765). Red value is 110 (43.36% from 255 or 21.70% from 507); Green value is 220 (86.33% from 255 or 43.39% from 507); Blue value is 177 (69.53% from 255 or 34.91% from 507); Max value from RGB is 220 - color contains mainly: green. Hex color #6EDCB1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6EDCB1 is #91234E. Grayscale: #B6B6B6. Windows color (decimal): -9511759 or 11656302. OLE color: 11656302.

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

Color convert

RGB 110 220 177 -
CMYK 0.50 0 0.20 0.14
HSL 156.55º 0.61% 0.65% -
HSV(B) 156.55º 0.5% 0.86% -
XYZ 39.96 57.68 50.62 -
YUV 182.21 125.06 76.5 -
System Red Green Blue C M Y K H S L
Decimal 110 220 177 0.50 0 0.20 0.14 156.55 0.61 0.65
Hex 6E DC B1 32 0 14 E 9D 3D 41
Octal 156 334 261 62 0 24 16 235 75 101
Binary 1101110 11011100 10110001 110010 0 10100 1110 10011101 111101 1000001

Color Harmonies of #6EDCB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EDCB1

Black with #6EDCB1

Text Example


Text Example

White with #6EDCB1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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