#6EEAAF

Color #6EEAAF Medium Aquamarine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Aquamarine #6EEAAF

Tints of Medium Aquamarine #6EEAAF

Color information

#6EEAAF (or 0x6EEAAF) is unknown color: approx Medium Aquamarine. HEX triplet: 6E, EA and AF. RGB value is (110,234,175). Sum of RGB (Red+Green+Blue) = 110+234+175=519 (68% of max value = 765). Red value is 110 (43.36% from 255 or 21.19% from 519); Green value is 234 (91.80% from 255 or 45.09% from 519); Blue value is 175 (68.75% from 255 or 33.72% from 519); Max value from RGB is 234 - color contains mainly: green. Hex color #6EEAAF is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #6EEAAF is #911550. Grayscale: #BEBEBE. Windows color (decimal): -9508177 or 11528814. OLE color: 11528814.

HSL color Cylindrical-coordinate representation of color #6EEAAF: hue angle of 151.45º degrees, saturation: 0.75, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6EEAAF is Cyan = 0.53, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.08.

Color convert

RGB110234175-
CMYK0.5300.250.08
HSL151.45º74.7%67.45%-
HSV(B)151.45º52.99%91.76%-
XYZ43.5965.2650.86-
YUV190.2119.4270.8-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 21.19%
GREEN value IS 234 (91.80% from 255) = 45.09%
BLUE value IS 175 (68.75% from 255) = 33.72%
R=21.19%
G=45.09%
B=33.72%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1102341750.5300.250.08151.4574.767.45
Hex6EEAAF350198974b43
Octal1563522576503110227113103
Binary1101110111010101010111111010101100110001001011110010111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EEAAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #6EEAAF;
 }
 .AnyTagClassName
 {
   color: #6EEAAF;
 }
</style>
background-color css

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

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

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

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

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

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