Html Css Color HEX #6EDCA8 Medium Aquamarine

📋 copy color: '#6EDCA8'

red 110 ◦ green 220 ◦ blue 168

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

Shades of Medium Aquamarine #6EDCA8

Tints of Medium Aquamarine #6EDCA8

RGB

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

 GREEN value IS 220 (86.33% from 255) = 44.18%

 BLUE value IS 168 (66.02% from 255) = 33.73%

R = 22.09%
G = 44.18%
B = 33.73%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.24

 K value IS 0.14

RGB Variations

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

Color information

#6EDCA8 (or 0x6EDCA8) is known color: Medium Aquamarine. HEX triplet: 6E, DC and A8. RGB value is (110,220,168). Sum of RGB (Red+Green+Blue) = 110+220+168=498 (65% of max value = 765). Red value is 110 (43.36% from 255 or 22.09% from 498); Green value is 220 (86.33% from 255 or 44.18% from 498); Blue value is 168 (66.02% from 255 or 33.73% from 498); Max value from RGB is 220 - color contains mainly: green. Hex color #6EDCA8 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6EDCA8 is #912357. Grayscale: #B5B5B5. Windows color (decimal): -9511768 or 11066478. OLE color: 11066478.

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

Color convert

RGB 110 220 168 -
CMYK 0.50 0 0.24 0.14
HSL 151.64º 0.61% 0.65% -
HSV(B) 151.64º 0.5% 0.86% -
XYZ 39.09 57.33 46.05 -
YUV 181.18 120.56 77.23 -
System Red Green Blue C M Y K H S L
Decimal 110 220 168 0.50 0 0.24 0.14 151.64 0.61 0.65
Hex 6E DC A8 32 0 18 E 98 3D 41
Octal 156 334 250 62 0 30 16 230 75 101
Binary 1101110 11011100 10101000 110010 0 11000 1110 10011000 111101 1000001

Color Harmonies of #6EDCA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EDCA8

Black with #6EDCA8

Text Example


Text Example

White with #6EDCA8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,220,168); }

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

background-color css

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

 a { background-color: rgb(110,220,168); }

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

border-color css

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

 span { border-color: rgb(110,220,168); }

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