#6AE9AA

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

Shades of Medium Aquamarine #6AE9AA

Tints of Medium Aquamarine #6AE9AA

Color information

#6AE9AA (or 0x6AE9AA) is unknown color: approx Medium Aquamarine. HEX triplet: 6A, E9 and AA. RGB value is (106,233,170). Sum of RGB (Red+Green+Blue) = 106+233+170=509 (67% of max value = 765). Red value is 106 (41.80% from 255 or 20.83% from 509); Green value is 233 (91.41% from 255 or 45.78% from 509); Blue value is 170 (66.80% from 255 or 33.40% from 509); Max value from RGB is 233 - color contains mainly: green. Hex color #6AE9AA is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #6AE9AA is #951655. Grayscale: #BBBBBB. Windows color (decimal): -9770582 or 11200874. OLE color: 11200874.

HSL color Cylindrical-coordinate representation of color #6AE9AA: hue angle of 150.24º degrees, saturation: 0.74, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6AE9AA is Cyan = 0.55, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.09.

Color convert

RGB106233170-
CMYK0.5500.270.09
HSL150.24º74.27%66.47%-
HSV(B)150.24º54.51%91.37%-
XYZ42.3464.2448.2-
YUV187.84117.9269.62-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 20.83%
GREEN value IS 233 (91.41% from 255) = 45.78%
BLUE value IS 170 (66.80% from 255) = 33.40%
R=20.83%
G=45.78%
B=33.40%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1062331700.5500.270.09150.2474.2766.47
Hex6AE9AA3701B9964a42
Octal1523512526703311226112102
Binary1101010111010011010101011011101101110011001011010010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AE9AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,233,170); }

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

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

 a { background-color: rgb(106,233,170); }

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

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

 span { border-color: rgb(106,233,170); }

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