Html Css Color HEX #6EDDAF Medium Aquamarine

📋 copy color: '#6EDDAF'

red 110 ◦ green 221 ◦ blue 175

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

Shades of Medium Aquamarine #6EDDAF

Tints of Medium Aquamarine #6EDDAF

RGB

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

 GREEN value IS 221 (86.72% from 255) = 43.68%

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

R = 21.74%
G = 43.68%
B = 34.58%

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

#6EDDAF (or 0x6EDDAF) is known color: Medium Aquamarine. HEX triplet: 6E, DD and AF. RGB value is (110,221,175). Sum of RGB (Red+Green+Blue) = 110+221+175=506 (67% of max value = 765). Red value is 110 (43.36% from 255 or 21.74% from 506); Green value is 221 (86.72% from 255 or 43.68% from 506); Blue value is 175 (68.75% from 255 or 34.58% from 506); Max value from RGB is 221 - color contains mainly: green. Hex color #6EDDAF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6EDDAF is #912250. Grayscale: #B6B6B6. Windows color (decimal): -9511505 or 11525486. OLE color: 11525486.

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

Color convert

RGB 110 221 175 -
CMYK 0.50 0 0.21 0.13
HSL 155.14º 0.62% 0.65% -
HSV(B) 155.14º 0.5% 0.87% -
XYZ 40.02 58.12 49.67 -
YUV 182.57 123.73 76.24 -
System Red Green Blue C M Y K H S L
Decimal 110 221 175 0.50 0 0.21 0.13 155.14 0.62 0.65
Hex 6E DD AF 32 0 15 D 9B 3E 41
Octal 156 335 257 62 0 25 15 233 76 101
Binary 1101110 11011101 10101111 110010 0 10101 1101 10011011 111110 1000001

Color Harmonies of #6EDDAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EDDAF

Black with #6EDDAF

Text Example


Text Example

White with #6EDDAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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