Html Css Color HEX #6EDDA5 Medium Aquamarine

📋 copy color: '#6EDDA5'

red 110 ◦ green 221 ◦ blue 165

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

Shades of Medium Aquamarine #6EDDA5

Tints of Medium Aquamarine #6EDDA5

RGB

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

 GREEN value IS 221 (86.72% from 255) = 44.56%

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

R = 22.18%
G = 44.56%
B = 33.27%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.25

 K value IS 0.13

RGB Variations

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

Color information

#6EDDA5 (or 0x6EDDA5) is known color: Medium Aquamarine. HEX triplet: 6E, DD and A5. RGB value is (110,221,165). Sum of RGB (Red+Green+Blue) = 110+221+165=496 (65% of max value = 765). Red value is 110 (43.36% from 255 or 22.18% from 496); Green value is 221 (86.72% from 255 or 44.56% from 496); Blue value is 165 (64.84% from 255 or 33.27% from 496); Max value from RGB is 221 - color contains mainly: green. Hex color #6EDDA5 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6EDDA5 is #91225A. Grayscale: #B5B5B5. Windows color (decimal): -9511515 or 10870126. OLE color: 10870126.

HSL color Cylindrical-coordinate representation of color #6EDDA5: hue angle of 149.73º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6EDDA5 is Cyan = 0.50, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.13.

Color convert

RGB 110 221 165 -
CMYK 0.50 0 0.25 0.13
HSL 149.73º 0.62% 0.65% -
HSV(B) 149.73º 0.5% 0.87% -
XYZ 39.08 57.74 44.68 -
YUV 181.43 118.73 77.05 -
System Red Green Blue C M Y K H S L
Decimal 110 221 165 0.50 0 0.25 0.13 149.73 0.62 0.65
Hex 6E DD A5 32 0 19 D 96 3E 41
Octal 156 335 245 62 0 31 15 226 76 101
Binary 1101110 11011101 10100101 110010 0 11001 1101 10010110 111110 1000001

Color Harmonies of #6EDDA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EDDA5

Black with #6EDDA5

Text Example


Text Example

White with #6EDDA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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