Html Css Color HEX #6EDBA4 Medium Aquamarine

📋 copy color: '#6EDBA4'

red 110 ◦ green 219 ◦ blue 164

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

Shades of Medium Aquamarine #6EDBA4

Tints of Medium Aquamarine #6EDBA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 33.27%

R = 22.31%
G = 44.42%
B = 33.27%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.25

 K value IS 0.14

RGB Variations

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

Color information

#6EDBA4 (or 0x6EDBA4) is known color: Medium Aquamarine. HEX triplet: 6E, DB and A4. RGB value is (110,219,164). Sum of RGB (Red+Green+Blue) = 110+219+164=493 (65% of max value = 765). Red value is 110 (43.36% from 255 or 22.31% from 493); Green value is 219 (85.94% from 255 or 44.42% from 493); Blue value is 164 (64.45% from 255 or 33.27% from 493); Max value from RGB is 219 - color contains mainly: green. Hex color #6EDBA4 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6EDBA4 is #91245B. Grayscale: #B4B4B4. Windows color (decimal): -9512028 or 10804078. OLE color: 10804078.

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

Color convert

RGB 110 219 164 -
CMYK 0.50 0 0.25 0.14
HSL 149.72º 0.6% 0.65% -
HSV(B) 149.72º 0.5% 0.86% -
XYZ 38.46 56.66 44.03 -
YUV 180.14 118.89 77.97 -
System Red Green Blue C M Y K H S L
Decimal 110 219 164 0.50 0 0.25 0.14 149.72 0.6 0.65
Hex 6E DB A4 32 0 19 E 96 3C 41
Octal 156 333 244 62 0 31 16 226 74 101
Binary 1101110 11011011 10100100 110010 0 11001 1110 10010110 111100 1000001

Color Harmonies of #6EDBA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EDBA4

Black with #6EDBA4

Text Example


Text Example

White with #6EDBA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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