#75EDA1

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

Shades of Medium Aquamarine #75EDA1

Tints of Medium Aquamarine #75EDA1

Color information

#75EDA1 (or 0x75EDA1) is unknown color: approx Medium Aquamarine. HEX triplet: 75, ED and A1. RGB value is (117,237,161). Sum of RGB (Red+Green+Blue) = 117+237+161=515 (68% of max value = 765). Red value is 117 (46.09% from 255 or 22.72% from 515); Green value is 237 (92.97% from 255 or 46.02% from 515); Blue value is 161 (63.28% from 255 or 31.26% from 515); Max value from RGB is 237 - color contains mainly: green. Hex color #75EDA1 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #75EDA1 is #8A125E. Grayscale: #C0C0C0. Windows color (decimal): -9048671 or 10612085. OLE color: 10612085.

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

Color convert

RGB117237161-
CMYK0.5100.320.07
HSL142º76.92%69.41%-
HSV(B)142º50.63%92.94%-
XYZ44.0566.9244.31-
YUV192.46110.2474.18-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 22.72%
GREEN value IS 237 (92.97% from 255) = 46.02%
BLUE value IS 161 (63.28% from 255) = 31.26%
R=22.72%
G=46.02%
B=31.26%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1172371610.5100.320.0714276.9269.41
Hex75EDA13302078e4d45
Octal165355241630407216115105
Binary1110101111011011010000111001101000001111000111010011011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75EDA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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