#6AEEAB

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

Shades of Medium Aquamarine #6AEEAB

Tints of Medium Aquamarine #6AEEAB

Color information

#6AEEAB (or 0x6AEEAB) is unknown color: approx Medium Aquamarine. HEX triplet: 6A, EE and AB. RGB value is (106,238,171). Sum of RGB (Red+Green+Blue) = 106+238+171=515 (68% of max value = 765). Red value is 106 (41.80% from 255 or 20.58% from 515); Green value is 238 (93.36% from 255 or 46.21% from 515); Blue value is 171 (67.19% from 255 or 33.20% from 515); Max value from RGB is 238 - color contains mainly: green. Hex color #6AEEAB is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #6AEEAB is #951154. Grayscale: #BFBFBF. Windows color (decimal): -9769301 or 11267690. OLE color: 11267690.

HSL color Cylindrical-coordinate representation of color #6AEEAB: hue angle of 149.55º degrees, saturation: 0.8, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6AEEAB is Cyan = 0.55, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.07.

Color convert

RGB106238171-
CMYK0.5500.280.07
HSL149.55º79.52%67.45%-
HSV(B)149.55º55.46%93.33%-
XYZ43.8767.1549.18-
YUV190.89116.7767.45-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 20.58%
GREEN value IS 238 (93.36% from 255) = 46.21%
BLUE value IS 171 (67.19% from 255) = 33.20%
R=20.58%
G=46.21%
B=33.20%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1062381710.5500.280.07149.5579.5267.45
Hex6AEEAB3701C7965043
Octal152356253670347226120103
Binary110101011101110101010111101110111001111001011010100001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AEEAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,238,171); }

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

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

 a { background-color: rgb(106,238,171); }

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

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

 span { border-color: rgb(106,238,171); }

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