#75E29F

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

Shades of Medium Aquamarine #75E29F

Tints of Medium Aquamarine #75E29F

Color information

#75E29F (or 0x75E29F) is unknown color: approx Medium Aquamarine. HEX triplet: 75, E2 and 9F. RGB value is (117,226,159). Sum of RGB (Red+Green+Blue) = 117+226+159=502 (66% of max value = 765). Red value is 117 (46.09% from 255 or 23.31% from 502); Green value is 226 (88.67% from 255 or 45.02% from 502); Blue value is 159 (62.5% from 255 or 31.67% from 502); Max value from RGB is 226 - color contains mainly: green. Hex color #75E29F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75E29F is #8A1D60. Grayscale: #B9B9B9. Windows color (decimal): -9051489 or 10478197. OLE color: 10478197.

HSL color Cylindrical-coordinate representation of color #75E29F: hue angle of 143.12º degrees, saturation: 0.65, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #75E29F is Cyan = 0.48, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.11.

Color convert

RGB117226159-
CMYK0.4800.300.11
HSL143.12º65.27%67.25%-
HSV(B)143.12º48.23%88.63%-
XYZ40.7960.6842.36-
YUV185.77112.8978.95-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 23.31%
GREEN value IS 226 (88.67% from 255) = 45.02%
BLUE value IS 159 (62.5% from 255) = 31.67%
R=23.31%
G=45.02%
B=31.67%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1172261590.4800.300.11143.1265.2767.25
Hex75E29F3001EB8f4143
Octal1653422376003613217101103
Binary1110101111000101001111111000001111010111000111110000011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75E29F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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