Html Css Color HEX #6EDBAC Medium Aquamarine

📋 copy color: '#6EDBAC'

red 110 ◦ green 219 ◦ blue 172

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

Shades of Medium Aquamarine #6EDBAC

Tints of Medium Aquamarine #6EDBAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 34.33%

R = 21.96%
G = 43.71%
B = 34.33%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.21

 K value IS 0.14

RGB Variations

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

Color information

#6EDBAC (or 0x6EDBAC) is known color: Medium Aquamarine. HEX triplet: 6E, DB and AC. RGB value is (110,219,172). Sum of RGB (Red+Green+Blue) = 110+219+172=501 (66% of max value = 765). Red value is 110 (43.36% from 255 or 21.96% from 501); Green value is 219 (85.94% from 255 or 43.71% from 501); Blue value is 172 (67.58% from 255 or 34.33% from 501); Max value from RGB is 219 - color contains mainly: green. Hex color #6EDBAC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6EDBAC is #912453. Grayscale: #B5B5B5. Windows color (decimal): -9512020 or 11328366. OLE color: 11328366.

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

Color convert

RGB 110 219 172 -
CMYK 0.50 0 0.21 0.14
HSL 154.13º 0.6% 0.65% -
HSV(B) 154.13º 0.5% 0.86% -
XYZ 39.21 56.96 47.96 -
YUV 181.05 122.89 77.32 -
System Red Green Blue C M Y K H S L
Decimal 110 219 172 0.50 0 0.21 0.14 154.13 0.6 0.65
Hex 6E DB AC 32 0 15 E 9A 3C 41
Octal 156 333 254 62 0 25 16 232 74 101
Binary 1101110 11011011 10101100 110010 0 10101 1110 10011010 111100 1000001

Color Harmonies of #6EDBAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EDBAC

Black with #6EDBAC

Text Example


Text Example

White with #6EDBAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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