#75E09D

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

Shades of Medium Aquamarine #75E09D

Tints of Medium Aquamarine #75E09D

Color information

#75E09D (or 0x75E09D) is unknown color: approx Medium Aquamarine. HEX triplet: 75, E0 and 9D. RGB value is (117,224,157). Sum of RGB (Red+Green+Blue) = 117+224+157=498 (65% of max value = 765). Red value is 117 (46.09% from 255 or 23.49% from 498); Green value is 224 (87.89% from 255 or 44.98% from 498); Blue value is 157 (61.72% from 255 or 31.53% from 498); Max value from RGB is 224 - color contains mainly: green. Hex color #75E09D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75E09D is #8A1F62. Grayscale: #B8B8B8. Windows color (decimal): -9052003 or 10346613. OLE color: 10346613.

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

Color convert

RGB117224157-
CMYK0.4800.300.12
HSL142.43º63.31%66.86%-
HSV(B)142.43º47.77%87.84%-
XYZ40.0859.5341.28-
YUV184.37112.5579.95-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 23.49%
GREEN value IS 224 (87.89% from 255) = 44.98%
BLUE value IS 157 (61.72% from 255) = 31.53%
R=23.49%
G=44.98%
B=31.53%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1172241570.4800.300.12142.4363.3166.86
Hex75E09D3001EC8e3f43
Octal165340235600361421677103
Binary111010111100000100111011100000111101100100011101111111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75E09D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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