#6AE3AA

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

Shades of Medium Aquamarine #6AE3AA

Tints of Medium Aquamarine #6AE3AA

Color information

#6AE3AA (or 0x6AE3AA) is unknown color: approx Medium Aquamarine. HEX triplet: 6A, E3 and AA. RGB value is (106,227,170). Sum of RGB (Red+Green+Blue) = 106+227+170=503 (66% of max value = 765). Red value is 106 (41.80% from 255 or 21.07% from 503); Green value is 227 (89.06% from 255 or 45.13% from 503); Blue value is 170 (66.80% from 255 or 33.80% from 503); Max value from RGB is 227 - color contains mainly: green. Hex color #6AE3AA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6AE3AA is #951C55. Grayscale: #B8B8B8. Windows color (decimal): -9772118 or 11199338. OLE color: 11199338.

HSL color Cylindrical-coordinate representation of color #6AE3AA: hue angle of 151.74º degrees, saturation: 0.68, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6AE3AA is Cyan = 0.53, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.11.

Color convert

RGB106227170-
CMYK0.5300.250.11
HSL151.74º68.36%65.29%-
HSV(B)151.74º53.3%89.02%-
XYZ40.6760.947.64-
YUV184.32119.9172.13-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 21.07%
GREEN value IS 227 (89.06% from 255) = 45.13%
BLUE value IS 170 (66.80% from 255) = 33.80%
R=21.07%
G=45.13%
B=33.80%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1062271700.5300.250.11151.7468.3665.29
Hex6AE3AA35019B984441
Octal1523432526503113230104101
Binary1101010111000111010101011010101100110111001100010001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AE3AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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