Html Css Color HEX #6ED8AF Medium Aquamarine

📋 copy color: '#6ED8AF'

red 110 ◦ green 216 ◦ blue 175

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

Shades of Medium Aquamarine #6ED8AF

Tints of Medium Aquamarine #6ED8AF

RGB

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

 GREEN value IS 216 (84.77% from 255) = 43.11%

 BLUE value IS 175 (68.75% from 255) = 34.93%

R = 21.96%
G = 43.11%
B = 34.93%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.19

 K value IS 0.15

RGB Variations

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

Color information

#6ED8AF (or 0x6ED8AF) is known color: Medium Aquamarine. HEX triplet: 6E, D8 and AF. RGB value is (110,216,175). Sum of RGB (Red+Green+Blue) = 110+216+175=501 (66% of max value = 765). Red value is 110 (43.36% from 255 or 21.96% from 501); Green value is 216 (84.77% from 255 or 43.11% from 501); Blue value is 175 (68.75% from 255 or 34.93% from 501); Max value from RGB is 216 - color contains mainly: green. Hex color #6ED8AF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6ED8AF is #912750. Grayscale: #B3B3B3. Windows color (decimal): -9512785 or 11524206. OLE color: 11524206.

HSL color Cylindrical-coordinate representation of color #6ED8AF: hue angle of 156.79º degrees, saturation: 0.58, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6ED8AF is Cyan = 0.49, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.15.

Color convert

RGB 110 216 175 -
CMYK 0.49 0 0.19 0.15
HSL 156.79º 0.58% 0.64% -
HSV(B) 156.79º 0.49% 0.85% -
XYZ 38.72 55.52 49.23 -
YUV 179.63 125.38 78.33 -
System Red Green Blue C M Y K H S L
Decimal 110 216 175 0.49 0 0.19 0.15 156.79 0.58 0.64
Hex 6E D8 AF 31 0 13 F 9D 3A 40
Octal 156 330 257 61 0 23 17 235 72 100
Binary 1101110 11011000 10101111 110001 0 10011 1111 10011101 111010 1000000

Color Harmonies of #6ED8AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6ED8AF

Black with #6ED8AF

Text Example


Text Example

White with #6ED8AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,216,175); }

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

background-color css

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

 a { background-color: rgb(110,216,175); }

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

border-color css

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

 span { border-color: rgb(110,216,175); }

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