#73e69a

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

Shades of Medium Aquamarine #73E69A

Tints of Medium Aquamarine #73E69A

Color information

#73E69A (or 0x73E69A) is unknown color: approx Medium Aquamarine. HEX triplet: 73, E6 and 9A. RGB value is (115,230,154). Sum of RGB (Red+Green+Blue) = 115+230+154=499 (66% of max value = 765). Red value is 115 (45.31% from 255 or 23.05% from 499); Green value is 230 (90.23% from 255 or 46.09% from 499); Blue value is 154 (60.55% from 255 or 30.86% from 499); Max value from RGB is 230 - color contains mainly: green. Hex color #73E69A is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #73E69A is #8C1965. Grayscale: #BBBBBB. Windows color (decimal): -9181542 or 10151539. OLE color: 10151539.

HSL color Cylindrical-coordinate representation of color #73E69A: hue angle of 140.35º degrees, saturation: 0.7, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #73E69A is Cyan = 0.5, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.10.

Color convert

RGB115230154-
CMYK0.500.330.10
HSL140.35º69.7%67.65%-
HSV(B)140.35º50%90.2%-
XYZ41.262.5740.48-
YUV186.95109.476.68-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 23.05%
GREEN value IS 230 (90.23% from 255) = 46.09%
BLUE value IS 154 (60.55% from 255) = 30.86%
R=23.05%
G=46.09%
B=30.86%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1152301540.500.330.10140.3569.767.65
Hex73E69A32021A8c4644
Octal1633462326204112214106104
Binary11100111110011010011010110010010000110101000110010001101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73e69a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #73e69a; }

 p { color: rgb(115,230,154); }

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

<style>
 a { background-color: #73e69a; }

 a { background-color: rgb(115,230,154); }

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

<style>
 span { border-color: #73e69a; }

 span { border-color: rgb(115,230,154); }

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