#75D49E

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

Shades of Medium Aquamarine #75D49E

Tints of Medium Aquamarine #75D49E

Color information

#75D49E (or 0x75D49E) is unknown color: approx Medium Aquamarine. HEX triplet: 75, D4 and 9E. RGB value is (117,212,158). Sum of RGB (Red+Green+Blue) = 117+212+158=487 (64% of max value = 765). Red value is 117 (46.09% from 255 or 24.02% from 487); Green value is 212 (83.20% from 255 or 43.53% from 487); Blue value is 158 (62.11% from 255 or 32.44% from 487); Max value from RGB is 212 - color contains mainly: green. Hex color #75D49E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75D49E is #8A2B61. Grayscale: #B1B1B1. Windows color (decimal): -9055074 or 10409077. OLE color: 10409077.

HSL color Cylindrical-coordinate representation of color #75D49E: hue angle of 145.89º degrees, saturation: 0.52, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #75D49E is Cyan = 0.45, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.17.

Color convert

RGB117212158-
CMYK0.4500.250.17
HSL145.89º52.49%64.51%-
HSV(B)145.89º44.81%83.14%-
XYZ37.0553.3440.69-
YUV177.44117.0384.89-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 24.02%
GREEN value IS 212 (83.20% from 255) = 43.53%
BLUE value IS 158 (62.11% from 255) = 32.44%
R=24.02%
G=43.53%
B=32.44%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1172121580.4500.250.17145.8952.4964.51
Hex75D49E2D01911923441
Octal165324236550312122264101
Binary1110101110101001001111010110101100110001100100101101001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75D49E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,212,158); }

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

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

 a { background-color: rgb(117,212,158); }

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

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

 span { border-color: rgb(117,212,158); }

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