#6AE0AD

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

Shades of Medium Aquamarine #6AE0AD

Tints of Medium Aquamarine #6AE0AD

Color information

#6AE0AD (or 0x6AE0AD) is unknown color: approx Medium Aquamarine. HEX triplet: 6A, E0 and AD. RGB value is (106,224,173). Sum of RGB (Red+Green+Blue) = 106+224+173=503 (66% of max value = 765). Red value is 106 (41.80% from 255 or 21.07% from 503); Green value is 224 (87.89% from 255 or 44.53% from 503); Blue value is 173 (67.97% from 255 or 34.39% from 503); Max value from RGB is 224 - color contains mainly: green. Hex color #6AE0AD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6AE0AD is #951F52. Grayscale: #B6B6B6. Windows color (decimal): -9772883 or 11395178. OLE color: 11395178.

HSL color Cylindrical-coordinate representation of color #6AE0AD: hue angle of 154.07º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6AE0AD is Cyan = 0.53, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.12.

Color convert

RGB106224173-
CMYK0.5300.230.12
HSL154.07º65.56%64.71%-
HSV(B)154.07º52.68%87.84%-
XYZ40.1459.3948.88-
YUV182.9122.4173.15-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 21.07%
GREEN value IS 224 (87.89% from 255) = 44.53%
BLUE value IS 173 (67.97% from 255) = 34.39%
R=21.07%
G=44.53%
B=34.39%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1062241730.5300.230.12154.0765.5664.71
Hex6AE0AD35017C9a4241
Octal1523402556502714232102101
Binary1101010111000001010110111010101011111001001101010000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AE0AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,224,173); }

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

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

 a { background-color: rgb(106,224,173); }

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

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

 span { border-color: rgb(106,224,173); }

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