#75E9A0

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

Shades of Medium Aquamarine #75E9A0

Tints of Medium Aquamarine #75E9A0

Color information

#75E9A0 (or 0x75E9A0) is unknown color: approx Medium Aquamarine. HEX triplet: 75, E9 and A0. RGB value is (117,233,160). Sum of RGB (Red+Green+Blue) = 117+233+160=510 (67% of max value = 765). Red value is 117 (46.09% from 255 or 22.94% from 510); Green value is 233 (91.41% from 255 or 45.69% from 510); Blue value is 160 (62.89% from 255 or 31.37% from 510); Max value from RGB is 233 - color contains mainly: green. Hex color #75E9A0 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #75E9A0 is #8A165F. Grayscale: #BEBEBE. Windows color (decimal): -9049696 or 10545525. OLE color: 10545525.

HSL color Cylindrical-coordinate representation of color #75E9A0: hue angle of 142.24º degrees, saturation: 0.73, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #75E9A0 is Cyan = 0.50, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.09.

Color convert

RGB117233160-
CMYK0.5000.310.09
HSL142.24º72.5%68.63%-
HSV(B)142.24º49.79%91.37%-
XYZ42.8264.643.47-
YUV189.99111.0775.94-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 22.94%
GREEN value IS 233 (91.41% from 255) = 45.69%
BLUE value IS 160 (62.89% from 255) = 31.37%
R=22.94%
G=45.69%
B=31.37%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1172331600.5000.310.09142.2472.568.63
Hex75E9A03201F98e4845
Octal1653512406203711216110105
Binary1110101111010011010000011001001111110011000111010010001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75E9A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75E9A0; }

 p { color: rgb(117,233,160); }

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

<style>
 a { background-color: #75E9A0; }

 a { background-color: rgb(117,233,160); }

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

<style>
 span { border-color: #75E9A0; }

 span { border-color: rgb(117,233,160); }

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