#75E3AB

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

Shades of Medium Aquamarine #75E3AB

Tints of Medium Aquamarine #75E3AB

Color information

#75E3AB (or 0x75E3AB) is unknown color: approx Medium Aquamarine. HEX triplet: 75, E3 and AB. RGB value is (117,227,171). Sum of RGB (Red+Green+Blue) = 117+227+171=515 (68% of max value = 765). Red value is 117 (46.09% from 255 or 22.72% from 515); Green value is 227 (89.06% from 255 or 44.08% from 515); Blue value is 171 (67.19% from 255 or 33.20% from 515); Max value from RGB is 227 - color contains mainly: green. Hex color #75E3AB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75E3AB is #8A1C54. Grayscale: #BBBBBB. Windows color (decimal): -9051221 or 11264885. OLE color: 11264885.

HSL color Cylindrical-coordinate representation of color #75E3AB: hue angle of 149.45º degrees, saturation: 0.66, 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 #75E3AB is Cyan = 0.48, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.11.

Color convert

RGB117227171-
CMYK0.4800.250.11
HSL149.45º66.27%67.45%-
HSV(B)149.45º48.46%89.02%-
XYZ42.1661.6648.21-
YUV187.73118.5677.55-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 22.72%
GREEN value IS 227 (89.06% from 255) = 44.08%
BLUE value IS 171 (67.19% from 255) = 33.20%
R=22.72%
G=44.08%
B=33.20%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1172271710.4800.250.11149.4566.2767.45
Hex75E3AB30019B954243
Octal1653432536003113225102103
Binary1110101111000111010101111000001100110111001010110000101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75E3AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,227,171); }

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

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

 a { background-color: rgb(117,227,171); }

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

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

 span { border-color: rgb(117,227,171); }

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