Html Css Color HEX #6EDEAF Medium Aquamarine

📋 copy color: '#6EDEAF'

red 110 ◦ green 222 ◦ blue 175

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

Shades of Medium Aquamarine #6EDEAF

Tints of Medium Aquamarine #6EDEAF

RGB

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

 GREEN value IS 222 (87.11% from 255) = 43.79%

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

R = 21.7%
G = 43.79%
B = 34.52%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.21

 K value IS 0.13

RGB Variations

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

Color information

#6EDEAF (or 0x6EDEAF) is known color: Medium Aquamarine. HEX triplet: 6E, DE and AF. RGB value is (110,222,175). Sum of RGB (Red+Green+Blue) = 110+222+175=507 (67% of max value = 765). Red value is 110 (43.36% from 255 or 21.70% from 507); Green value is 222 (87.11% from 255 or 43.79% from 507); Blue value is 175 (68.75% from 255 or 34.52% from 507); Max value from RGB is 222 - color contains mainly: green. Hex color #6EDEAF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6EDEAF is #912150. Grayscale: #B7B7B7. Windows color (decimal): -9511249 or 11525742. OLE color: 11525742.

HSL color Cylindrical-coordinate representation of color #6EDEAF: hue angle of 154.82º degrees, saturation: 0.63, 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 #6EDEAF is Cyan = 0.50, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.13.

Color convert

RGB 110 222 175 -
CMYK 0.50 0 0.21 0.13
HSL 154.82º 0.63% 0.65% -
HSV(B) 154.82º 0.5% 0.87% -
XYZ 40.29 58.65 49.76 -
YUV 183.15 123.39 75.82 -
System Red Green Blue C M Y K H S L
Decimal 110 222 175 0.50 0 0.21 0.13 154.82 0.63 0.65
Hex 6E DE AF 32 0 15 D 9B 3F 41
Octal 156 336 257 62 0 25 15 233 77 101
Binary 1101110 11011110 10101111 110010 0 10101 1101 10011011 111111 1000001

Color Harmonies of #6EDEAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EDEAF

Black with #6EDEAF

Text Example


Text Example

White with #6EDEAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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