Html Css Color HEX #6EDBAA Medium Aquamarine

📋 copy color: '#6EDBAA'

red 110 ◦ green 219 ◦ blue 170

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

Shades of Medium Aquamarine #6EDBAA

Tints of Medium Aquamarine #6EDBAA

RGB

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

 GREEN value IS 219 (85.94% from 255) = 43.89%

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

R = 22.04%
G = 43.89%
B = 34.07%

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

#6EDBAA (or 0x6EDBAA) is known color: Medium Aquamarine. HEX triplet: 6E, DB and AA. RGB value is (110,219,170). Sum of RGB (Red+Green+Blue) = 110+219+170=499 (66% of max value = 765). Red value is 110 (43.36% from 255 or 22.04% from 499); Green value is 219 (85.94% from 255 or 43.89% from 499); Blue value is 170 (66.80% from 255 or 34.07% from 499); Max value from RGB is 219 - color contains mainly: green. Hex color #6EDBAA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6EDBAA is #912455. Grayscale: #B4B4B4. Windows color (decimal): -9512022 or 11197294. OLE color: 11197294.

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

Color convert

RGB 110 219 170 -
CMYK 0.50 0 0.22 0.14
HSL 153.03º 0.6% 0.65% -
HSV(B) 153.03º 0.5% 0.86% -
XYZ 39.02 56.88 46.95 -
YUV 180.82 121.89 77.48 -
System Red Green Blue C M Y K H S L
Decimal 110 219 170 0.50 0 0.22 0.14 153.03 0.6 0.65
Hex 6E DB AA 32 0 16 E 99 3C 41
Octal 156 333 252 62 0 26 16 231 74 101
Binary 1101110 11011011 10101010 110010 0 10110 1110 10011001 111100 1000001

Color Harmonies of #6EDBAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EDBAA

Black with #6EDBAA

Text Example


Text Example

White with #6EDBAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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