#75E79D

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

Shades of Medium Aquamarine #75E79D

Tints of Medium Aquamarine #75E79D

Color information

#75E79D (or 0x75E79D) is unknown color: approx Medium Aquamarine. HEX triplet: 75, E7 and 9D. RGB value is (117,231,157). Sum of RGB (Red+Green+Blue) = 117+231+157=505 (66% of max value = 765). Red value is 117 (46.09% from 255 or 23.17% from 505); Green value is 231 (90.62% from 255 or 45.74% from 505); Blue value is 157 (61.72% from 255 or 31.09% from 505); Max value from RGB is 231 - color contains mainly: green. Hex color #75E79D is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #75E79D is #8A1862. Grayscale: #BCBCBC. Windows color (decimal): -9050211 or 10348405. OLE color: 10348405.

HSL color Cylindrical-coordinate representation of color #75E79D: hue angle of 141.05º degrees, saturation: 0.7, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #75E79D is Cyan = 0.49, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.09.

Color convert

RGB117231157-
CMYK0.4900.320.09
HSL141.05º70.37%68.24%-
HSV(B)141.05º49.35%90.59%-
XYZ4263.3741.92-
YUV188.48110.2377.02-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 23.17%
GREEN value IS 231 (90.62% from 255) = 45.74%
BLUE value IS 157 (61.72% from 255) = 31.09%
R=23.17%
G=45.74%
B=31.09%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1172311570.4900.320.09141.0570.3768.24
Hex75E79D3102098d4644
Octal1653472356104011215106104
Binary11101011110011110011101110001010000010011000110110001101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75E79D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,231,157); }

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

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

 a { background-color: rgb(117,231,157); }

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

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

 span { border-color: rgb(117,231,157); }

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