#75E5B1

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

Shades of Medium Aquamarine #75E5B1

Tints of Medium Aquamarine #75E5B1

Color information

#75E5B1 (or 0x75E5B1) is unknown color: approx Medium Aquamarine. HEX triplet: 75, E5 and B1. RGB value is (117,229,177). Sum of RGB (Red+Green+Blue) = 117+229+177=523 (69% of max value = 765). Red value is 117 (46.09% from 255 or 22.37% from 523); Green value is 229 (89.84% from 255 or 43.79% from 523); Blue value is 177 (69.53% from 255 or 33.84% from 523); Max value from RGB is 229 - color contains mainly: green. Hex color #75E5B1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75E5B1 is #8A1A4E. Grayscale: #BDBDBD. Windows color (decimal): -9050703 or 11658613. OLE color: 11658613.

HSL color Cylindrical-coordinate representation of color #75E5B1: hue angle of 152.14º degrees, saturation: 0.68, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #75E5B1 is Cyan = 0.49, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.10.

Color convert

RGB117229177-
CMYK0.4900.230.10
HSL152.14º68.29%67.84%-
HSV(B)152.14º48.91%89.8%-
XYZ43.2962.9951.47-
YUV189.58120.8976.23-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 22.37%
GREEN value IS 229 (89.84% from 255) = 43.79%
BLUE value IS 177 (69.53% from 255) = 33.84%
R=22.37%
G=43.79%
B=33.84%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1172291770.4900.230.10152.1468.2967.84
Hex75E5B131017A984444
Octal1653452616102712230104104
Binary1110101111001011011000111000101011110101001100010001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75E5B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,229,177); }

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

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

 a { background-color: rgb(117,229,177); }

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

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

 span { border-color: rgb(117,229,177); }

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