#6AEA96

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

Shades of Medium Aquamarine #6AEA96

Tints of Medium Aquamarine #6AEA96

Color information

#6AEA96 (or 0x6AEA96) is unknown color: approx Medium Aquamarine. HEX triplet: 6A, EA and 96. RGB value is (106,234,150). Sum of RGB (Red+Green+Blue) = 106+234+150=490 (64% of max value = 765). Red value is 106 (41.80% from 255 or 21.63% from 490); Green value is 234 (91.80% from 255 or 47.76% from 490); Blue value is 150 (58.98% from 255 or 30.61% from 490); Max value from RGB is 234 - color contains mainly: green. Hex color #6AEA96 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #6AEA96 is #951569. Grayscale: #BABABA. Windows color (decimal): -9770346 or 9890410. OLE color: 9890410.

HSL color Cylindrical-coordinate representation of color #6AEA96: hue angle of 140.62º degrees, saturation: 0.75, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6AEA96 is Cyan = 0.55, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.08.

Color convert

RGB106234150-
CMYK0.5500.360.08
HSL140.62º75.29%66.67%-
HSV(B)140.62º54.7%91.76%-
XYZ40.8764.1139.07-
YUV186.15107.5970.83-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 21.63%
GREEN value IS 234 (91.80% from 255) = 47.76%
BLUE value IS 150 (58.98% from 255) = 30.61%
R=21.63%
G=47.76%
B=30.61%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1062341500.5500.360.08140.6275.2966.67
Hex6AEA963702488d4b43
Octal1523522266704410215113103
Binary11010101110101010010110110111010010010001000110110010111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AEA96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,234,150); }

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

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

 a { background-color: rgb(106,234,150); }

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

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

 span { border-color: rgb(106,234,150); }

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