#75E29D

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

Shades of Medium Aquamarine #75E29D

Tints of Medium Aquamarine #75E29D

Color information

#75E29D (or 0x75E29D) is unknown color: approx Medium Aquamarine. HEX triplet: 75, E2 and 9D. RGB value is (117,226,157). Sum of RGB (Red+Green+Blue) = 117+226+157=500 (66% of max value = 765). Red value is 117 (46.09% from 255 or 23.4% from 500); Green value is 226 (88.67% from 255 or 45.2% from 500); Blue value is 157 (61.72% from 255 or 31.4% from 500); Max value from RGB is 226 - color contains mainly: green. Hex color #75E29D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75E29D is #8A1D62. Grayscale: #B9B9B9. Windows color (decimal): -9051491 or 10347125. OLE color: 10347125.

HSL color Cylindrical-coordinate representation of color #75E29D: hue angle of 142.02º 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 #75E29D is Cyan = 0.48, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.11.

Color convert

RGB117226157-
CMYK0.4800.310.11
HSL142.02º65.27%67.25%-
HSV(B)142.02º48.23%88.63%-
XYZ40.6260.6141.46-
YUV185.54111.8979.11-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 23.4%
GREEN value IS 226 (88.67% from 255) = 45.2%
BLUE value IS 157 (61.72% from 255) = 31.4%
R=23.4%
G=45.2%
B=31.4%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1172261570.4800.310.11142.0265.2767.25
Hex75E29D3001FB8e4143
Octal1653422356003713216101103
Binary1110101111000101001110111000001111110111000111010000011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75E29D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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