Html Css Color HEX #6EDAA5 Medium Aquamarine

📋 copy color: '#6EDAA5'

red 110 ◦ green 218 ◦ blue 165

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

Shades of Medium Aquamarine #6EDAA5

Tints of Medium Aquamarine #6EDAA5

RGB

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

 GREEN value IS 218 (85.55% from 255) = 44.22%

 BLUE value IS 165 (64.84% from 255) = 33.47%

R = 22.31%
G = 44.22%
B = 33.47%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.24

 K value IS 0.15

RGB Variations

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

Color information

#6EDAA5 (or 0x6EDAA5) is known color: Medium Aquamarine. HEX triplet: 6E, DA and A5. RGB value is (110,218,165). Sum of RGB (Red+Green+Blue) = 110+218+165=493 (65% of max value = 765). Red value is 110 (43.36% from 255 or 22.31% from 493); Green value is 218 (85.55% from 255 or 44.22% from 493); Blue value is 165 (64.84% from 255 or 33.47% from 493); Max value from RGB is 218 - color contains mainly: green. Hex color #6EDAA5 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6EDAA5 is #91255A. Grayscale: #B3B3B3. Windows color (decimal): -9512283 or 10869358. OLE color: 10869358.

HSL color Cylindrical-coordinate representation of color #6EDAA5: hue angle of 150.56º degrees, saturation: 0.59, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6EDAA5 is Cyan = 0.50, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.15.

Color convert

RGB 110 218 165 -
CMYK 0.50 0 0.24 0.15
HSL 150.56º 0.59% 0.64% -
HSV(B) 150.56º 0.5% 0.85% -
XYZ 38.29 56.17 44.42 -
YUV 179.67 119.72 78.31 -
System Red Green Blue C M Y K H S L
Decimal 110 218 165 0.50 0 0.24 0.15 150.56 0.59 0.64
Hex 6E DA A5 32 0 18 F 97 3B 40
Octal 156 332 245 62 0 30 17 227 73 100
Binary 1101110 11011010 10100101 110010 0 11000 1111 10010111 111011 1000000

Color Harmonies of #6EDAA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EDAA5

Black with #6EDAA5

Text Example


Text Example

White with #6EDAA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,218,165); }

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

background-color css

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

 a { background-color: rgb(110,218,165); }

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

border-color css

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

 span { border-color: rgb(110,218,165); }

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