#75EA9F

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

Shades of Medium Aquamarine #75EA9F

Tints of Medium Aquamarine #75EA9F

Color information

#75EA9F (or 0x75EA9F) is unknown color: approx Medium Aquamarine. HEX triplet: 75, EA and 9F. RGB value is (117,234,159). Sum of RGB (Red+Green+Blue) = 117+234+159=510 (67% of max value = 765). Red value is 117 (46.09% from 255 or 22.94% from 510); Green value is 234 (91.80% from 255 or 45.88% from 510); Blue value is 159 (62.5% from 255 or 31.18% from 510); Max value from RGB is 234 - color contains mainly: green. Hex color #75EA9F is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #75EA9F is #8A1560. Grayscale: #BEBEBE. Windows color (decimal): -9049441 or 10480245. OLE color: 10480245.

HSL color Cylindrical-coordinate representation of color #75EA9F: hue angle of 141.54º degrees, saturation: 0.74, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #75EA9F is Cyan = 0.5, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.08.

Color convert

RGB117234159-
CMYK0.500.320.08
HSL141.54º73.58%68.82%-
HSV(B)141.54º50%91.76%-
XYZ43.0265.1343.11-
YUV190.47110.2475.6-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 22.94%
GREEN value IS 234 (91.80% from 255) = 45.88%
BLUE value IS 159 (62.5% from 255) = 31.18%
R=22.94%
G=45.88%
B=31.18%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1172341590.500.320.08141.5473.5868.82
Hex75EA9F3202088e4a45
Octal1653522376204010216112105
Binary11101011110101010011111110010010000010001000111010010101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75EA9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,234,159); }

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

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

 a { background-color: rgb(117,234,159); }

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

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

 span { border-color: rgb(117,234,159); }

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