#75D79E

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

Shades of Medium Aquamarine #75D79E

Tints of Medium Aquamarine #75D79E

Color information

#75D79E (or 0x75D79E) is unknown color: approx Medium Aquamarine. HEX triplet: 75, D7 and 9E. RGB value is (117,215,158). Sum of RGB (Red+Green+Blue) = 117+215+158=490 (64% of max value = 765). Red value is 117 (46.09% from 255 or 23.88% from 490); Green value is 215 (84.38% from 255 or 43.88% from 490); Blue value is 158 (62.11% from 255 or 32.24% from 490); Max value from RGB is 215 - color contains mainly: green. Hex color #75D79E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75D79E is #8A2861. Grayscale: #B3B3B3. Windows color (decimal): -9054306 or 10409845. OLE color: 10409845.

HSL color Cylindrical-coordinate representation of color #75D79E: hue angle of 145.1º degrees, saturation: 0.55, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #75D79E is Cyan = 0.46, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.16.

Color convert

RGB117215158-
CMYK0.4600.270.16
HSL145.1º55.06%65.1%-
HSV(B)145.1º45.58%84.31%-
XYZ37.8154.8540.94-
YUV179.2116.0383.63-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 23.88%
GREEN value IS 215 (84.38% from 255) = 43.88%
BLUE value IS 158 (62.11% from 255) = 32.24%
R=23.88%
G=43.88%
B=32.24%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1172151580.4600.270.16145.155.0665.1
Hex75D79E2E01B10913741
Octal165327236560332022167101
Binary1110101110101111001111010111001101110000100100011101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75D79E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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