#75E2B1

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

Shades of Medium Aquamarine #75E2B1

Tints of Medium Aquamarine #75E2B1

Color information

#75E2B1 (or 0x75E2B1) is unknown color: approx Medium Aquamarine. HEX triplet: 75, E2 and B1. RGB value is (117,226,177). Sum of RGB (Red+Green+Blue) = 117+226+177=520 (68% of max value = 765). Red value is 117 (46.09% from 255 or 22.5% from 520); Green value is 226 (88.67% from 255 or 43.46% from 520); Blue value is 177 (69.53% from 255 or 34.04% from 520); Max value from RGB is 226 - color contains mainly: green. Hex color #75E2B1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75E2B1 is #8A1D4E. Grayscale: #BBBBBB. Windows color (decimal): -9051471 or 11657845. OLE color: 11657845.

HSL color Cylindrical-coordinate representation of color #75E2B1: hue angle of 153.03º degrees, saturation: 0.65, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #75E2B1 is Cyan = 0.48, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.11.

Color convert

RGB117226177-
CMYK0.4800.220.11
HSL153.03º65.27%67.25%-
HSV(B)153.03º48.23%88.63%-
XYZ42.4761.3551.2-
YUV187.82121.8977.48-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 22.5%
GREEN value IS 226 (88.67% from 255) = 43.46%
BLUE value IS 177 (69.53% from 255) = 34.04%
R=22.5%
G=43.46%
B=34.04%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1172261770.4800.220.11153.0365.2767.25
Hex75E2B130016B994143
Octal1653422616002613231101103
Binary1110101111000101011000111000001011010111001100110000011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75E2B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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