#75EAA7

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

Shades of Medium Aquamarine #75EAA7

Tints of Medium Aquamarine #75EAA7

Color information

#75EAA7 (or 0x75EAA7) is unknown color: approx Medium Aquamarine. HEX triplet: 75, EA and A7. RGB value is (117,234,167). Sum of RGB (Red+Green+Blue) = 117+234+167=518 (68% of max value = 765). Red value is 117 (46.09% from 255 or 22.59% from 518); Green value is 234 (91.80% from 255 or 45.17% from 518); Blue value is 167 (65.62% from 255 or 32.24% from 518); Max value from RGB is 234 - color contains mainly: green. Hex color #75EAA7 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #75EAA7 is #8A1558. Grayscale: #BFBFBF. Windows color (decimal): -9049433 or 11004533. OLE color: 11004533.

HSL color Cylindrical-coordinate representation of color #75EAA7: hue angle of 145.64º 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 #75EAA7 is Cyan = 0.5, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.08.

Color convert

RGB117234167-
CMYK0.500.290.08
HSL145.64º73.58%68.82%-
HSV(B)145.64º50%91.76%-
XYZ43.7365.4246.88-
YUV191.38114.2474.95-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 22.59%
GREEN value IS 234 (91.80% from 255) = 45.17%
BLUE value IS 167 (65.62% from 255) = 32.24%
R=22.59%
G=45.17%
B=32.24%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1172341670.500.290.08145.6473.5868.82
Hex75EAA73201D8924a45
Octal1653522476203510222112105
Binary1110101111010101010011111001001110110001001001010010101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75EAA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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