Html Css Color HEX #6EDBA5 Medium Aquamarine

📋 copy color: '#6EDBA5'

red 110 ◦ green 219 ◦ blue 165

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

Shades of Medium Aquamarine #6EDBA5

Tints of Medium Aquamarine #6EDBA5

RGB

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

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

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

R = 22.27%
G = 44.33%
B = 33.4%

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

#6EDBA5 (or 0x6EDBA5) is known color: Medium Aquamarine. HEX triplet: 6E, DB and A5. RGB value is (110,219,165). Sum of RGB (Red+Green+Blue) = 110+219+165=494 (65% of max value = 765). Red value is 110 (43.36% from 255 or 22.27% from 494); Green value is 219 (85.94% from 255 or 44.33% from 494); Blue value is 165 (64.84% from 255 or 33.40% from 494); Max value from RGB is 219 - color contains mainly: green. Hex color #6EDBA5 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6EDBA5 is #91245A. Grayscale: #B4B4B4. Windows color (decimal): -9512027 or 10869614. OLE color: 10869614.

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

Color convert

RGB 110 219 165 -
CMYK 0.50 0 0.25 0.14
HSL 150.28º 0.6% 0.65% -
HSV(B) 150.28º 0.5% 0.86% -
XYZ 38.55 56.69 44.51 -
YUV 180.25 119.39 77.89 -
System Red Green Blue C M Y K H S L
Decimal 110 219 165 0.50 0 0.25 0.14 150.28 0.6 0.65
Hex 6E DB A5 32 0 19 E 96 3C 41
Octal 156 333 245 62 0 31 16 226 74 101
Binary 1101110 11011011 10100101 110010 0 11001 1110 10010110 111100 1000001

Color Harmonies of #6EDBA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EDBA5

Black with #6EDBA5

Text Example


Text Example

White with #6EDBA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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