#6AE5AD

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

Shades of Medium Aquamarine #6AE5AD

Tints of Medium Aquamarine #6AE5AD

Color information

#6AE5AD (or 0x6AE5AD) is unknown color: approx Medium Aquamarine. HEX triplet: 6A, E5 and AD. RGB value is (106,229,173). Sum of RGB (Red+Green+Blue) = 106+229+173=508 (67% of max value = 765). Red value is 106 (41.80% from 255 or 20.87% from 508); Green value is 229 (89.84% from 255 or 45.08% from 508); Blue value is 173 (67.97% from 255 or 34.06% from 508); Max value from RGB is 229 - color contains mainly: green. Hex color #6AE5AD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6AE5AD is #951A52. Grayscale: #B9B9B9. Windows color (decimal): -9771603 or 11396458. OLE color: 11396458.

HSL color Cylindrical-coordinate representation of color #6AE5AD: hue angle of 152.68º degrees, saturation: 0.7, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6AE5AD is Cyan = 0.54, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.10.

Color convert

RGB106229173-
CMYK0.5400.240.10
HSL152.68º70.29%65.69%-
HSV(B)152.68º53.71%89.8%-
XYZ41.5162.1249.34-
YUV185.84120.7571.05-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 20.87%
GREEN value IS 229 (89.84% from 255) = 45.08%
BLUE value IS 173 (67.97% from 255) = 34.06%
R=20.87%
G=45.08%
B=34.06%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1062291730.5400.240.10152.6870.2965.69
Hex6AE5AD36018A994642
Octal1523452556603012231106102
Binary1101010111001011010110111011001100010101001100110001101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AE5AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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