Html Css Color HEX #6EDCB0 Medium Aquamarine

📋 copy color: '#6EDCB0'

red 110 ◦ green 220 ◦ blue 176

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

Shades of Medium Aquamarine #6EDCB0

Tints of Medium Aquamarine #6EDCB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 34.78%

R = 21.74%
G = 43.48%
B = 34.78%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.2

 K value IS 0.14

RGB Variations

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

Color information

#6EDCB0 (or 0x6EDCB0) is known color: Medium Aquamarine. HEX triplet: 6E, DC and B0. RGB value is (110,220,176). Sum of RGB (Red+Green+Blue) = 110+220+176=506 (67% of max value = 765). Red value is 110 (43.36% from 255 or 21.74% from 506); Green value is 220 (86.33% from 255 or 43.48% from 506); Blue value is 176 (69.14% from 255 or 34.78% from 506); Max value from RGB is 220 - color contains mainly: green. Hex color #6EDCB0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6EDCB0 is #91234F. Grayscale: #B6B6B6. Windows color (decimal): -9511760 or 11590766. OLE color: 11590766.

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

Color convert

RGB 110 220 176 -
CMYK 0.50 0 0.2 0.14
HSL 156º 0.61% 0.65% -
HSV(B) 156º 0.5% 0.86% -
XYZ 39.86 57.64 50.1 -
YUV 182.09 124.56 76.58 -
System Red Green Blue C M Y K H S L
Decimal 110 220 176 0.50 0 0.2 0.14 156 0.61 0.65
Hex 6E DC B0 32 0 14 E 9C 3D 41
Octal 156 334 260 62 0 24 16 234 75 101
Binary 1101110 11011100 10110000 110010 0 10100 1110 10011100 111101 1000001

Color Harmonies of #6EDCB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EDCB0

Black with #6EDCB0

Text Example


Text Example

White with #6EDCB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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