#75EDAE

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

Shades of Medium Aquamarine #75EDAE

Tints of Medium Aquamarine #75EDAE

Color information

#75EDAE (or 0x75EDAE) is unknown color: approx Medium Aquamarine. HEX triplet: 75, ED and AE. RGB value is (117,237,174). Sum of RGB (Red+Green+Blue) = 117+237+174=528 (69% of max value = 765). Red value is 117 (46.09% from 255 or 22.16% from 528); Green value is 237 (92.97% from 255 or 44.89% from 528); Blue value is 174 (68.36% from 255 or 32.95% from 528); Max value from RGB is 237 - color contains mainly: green. Hex color #75EDAE is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #75EDAE is #8A1251. Grayscale: #C2C2C2. Windows color (decimal): -9048658 or 11464053. OLE color: 11464053.

HSL color Cylindrical-coordinate representation of color #75EDAE: hue angle of 148.5º 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 #75EDAE is Cyan = 0.51, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.07.

Color convert

RGB117237174-
CMYK0.5100.270.07
HSL148.5º76.92%69.41%-
HSV(B)148.5º50.63%92.94%-
XYZ45.2667.4150.67-
YUV193.94116.7473.12-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 22.16%
GREEN value IS 237 (92.97% from 255) = 44.89%
BLUE value IS 174 (68.36% from 255) = 32.95%
R=22.16%
G=44.89%
B=32.95%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1172371740.5100.270.07148.576.9269.41
Hex75EDAE3301B7944d45
Octal165355256630337224115105
Binary111010111101101101011101100110110111111001010010011011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75EDAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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