Html Css Color HEX #6ED5AF Medium Aquamarine

📋 copy color: '#6ED5AF'

red 110 ◦ green 213 ◦ blue 175

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

Shades of Medium Aquamarine #6ED5AF

Tints of Medium Aquamarine #6ED5AF

RGB

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

 GREEN value IS 213 (83.59% from 255) = 42.77%

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

R = 22.09%
G = 42.77%
B = 35.14%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.18

 K value IS 0.16

RGB Variations

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

Color information

#6ED5AF (or 0x6ED5AF) is known color: Medium Aquamarine. HEX triplet: 6E, D5 and AF. RGB value is (110,213,175). Sum of RGB (Red+Green+Blue) = 110+213+175=498 (65% of max value = 765). Red value is 110 (43.36% from 255 or 22.09% from 498); Green value is 213 (83.59% from 255 or 42.77% from 498); Blue value is 175 (68.75% from 255 or 35.14% from 498); Max value from RGB is 213 - color contains mainly: green. Hex color #6ED5AF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6ED5AF is #912A50. Grayscale: #B1B1B1. Windows color (decimal): -9513553 or 11523438. OLE color: 11523438.

HSL color Cylindrical-coordinate representation of color #6ED5AF: hue angle of 157.86º degrees, saturation: 0.55, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6ED5AF is Cyan = 0.48, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.16.

Color convert

RGB 110 213 175 -
CMYK 0.48 0 0.18 0.16
HSL 157.86º 0.55% 0.63% -
HSV(B) 157.86º 0.48% 0.84% -
XYZ 37.96 54 48.98 -
YUV 177.87 126.38 79.59 -
System Red Green Blue C M Y K H S L
Decimal 110 213 175 0.48 0 0.18 0.16 157.86 0.55 0.63
Hex 6E D5 AF 30 0 12 10 9E 37 3F
Octal 156 325 257 60 0 22 20 236 67 77
Binary 1101110 11010101 10101111 110000 0 10010 10000 10011110 110111 111111

Color Harmonies of #6ED5AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6ED5AF

Black with #6ED5AF

Text Example


Text Example

White with #6ED5AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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