Html Css Color HEX #6EDAAF Medium Aquamarine

📋 copy color: '#6EDAAF'

red 110 ◦ green 218 ◦ blue 175

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

Shades of Medium Aquamarine #6EDAAF

Tints of Medium Aquamarine #6EDAAF

RGB

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

 GREEN value IS 218 (85.55% from 255) = 43.34%

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

R = 21.87%
G = 43.34%
B = 34.79%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.20

 K value IS 0.15

RGB Variations

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

Color information

#6EDAAF (or 0x6EDAAF) is known color: Medium Aquamarine. HEX triplet: 6E, DA and AF. RGB value is (110,218,175). Sum of RGB (Red+Green+Blue) = 110+218+175=503 (66% of max value = 765). Red value is 110 (43.36% from 255 or 21.87% from 503); Green value is 218 (85.55% from 255 or 43.34% from 503); Blue value is 175 (68.75% from 255 or 34.79% from 503); Max value from RGB is 218 - color contains mainly: green. Hex color #6EDAAF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6EDAAF is #912550. Grayscale: #B4B4B4. Windows color (decimal): -9512273 or 11524718. OLE color: 11524718.

HSL color Cylindrical-coordinate representation of color #6EDAAF: hue angle of 156.11º degrees, saturation: 0.59, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6EDAAF is Cyan = 0.50, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.15.

Color convert

RGB 110 218 175 -
CMYK 0.50 0 0.20 0.15
HSL 156.11º 0.59% 0.64% -
HSV(B) 156.11º 0.5% 0.85% -
XYZ 39.24 56.55 49.41 -
YUV 180.81 124.72 77.5 -
System Red Green Blue C M Y K H S L
Decimal 110 218 175 0.50 0 0.20 0.15 156.11 0.59 0.64
Hex 6E DA AF 32 0 14 F 9C 3B 40
Octal 156 332 257 62 0 24 17 234 73 100
Binary 1101110 11011010 10101111 110010 0 10100 1111 10011100 111011 1000000

Color Harmonies of #6EDAAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EDAAF

Black with #6EDAAF

Text Example


Text Example

White with #6EDAAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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