#75EDAF

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

Shades of Medium Aquamarine #75EDAF

Tints of Medium Aquamarine #75EDAF

Color information

#75EDAF (or 0x75EDAF) is unknown color: approx Medium Aquamarine. HEX triplet: 75, ED and AF. RGB value is (117,237,175). Sum of RGB (Red+Green+Blue) = 117+237+175=529 (70% of max value = 765). Red value is 117 (46.09% from 255 or 22.12% from 529); Green value is 237 (92.97% from 255 or 44.80% from 529); Blue value is 175 (68.75% from 255 or 33.08% from 529); Max value from RGB is 237 - color contains mainly: green. Hex color #75EDAF is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #75EDAF is #8A1250. Grayscale: #C2C2C2. Windows color (decimal): -9048657 or 11529589. OLE color: 11529589.

HSL color Cylindrical-coordinate representation of color #75EDAF: hue angle of 149º degrees, saturation: 0.77, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #75EDAF is Cyan = 0.51, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.07.

Color convert

RGB117237175-
CMYK0.5100.260.07
HSL149º76.92%69.41%-
HSV(B)149º50.63%92.94%-
XYZ45.3667.4551.19-
YUV194.05117.2473.04-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 22.12%
GREEN value IS 237 (92.97% from 255) = 44.80%
BLUE value IS 175 (68.75% from 255) = 33.08%
R=22.12%
G=44.80%
B=33.08%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1172371750.5100.260.0714976.9269.41
Hex75EDAF3301A7954d45
Octal165355257630327225115105
Binary111010111101101101011111100110110101111001010110011011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75EDAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,237,175); }

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

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

 a { background-color: rgb(117,237,175); }

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

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

 span { border-color: rgb(117,237,175); }

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