#75D1A5

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

Shades of Medium Aquamarine #75D1A5

Tints of Medium Aquamarine #75D1A5

Color information

#75D1A5 (or 0x75D1A5) is unknown color: approx Medium Aquamarine. HEX triplet: 75, D1 and A5. RGB value is (117,209,165). Sum of RGB (Red+Green+Blue) = 117+209+165=491 (65% of max value = 765). Red value is 117 (46.09% from 255 or 23.83% from 491); Green value is 209 (82.03% from 255 or 42.57% from 491); Blue value is 165 (64.84% from 255 or 33.60% from 491); Max value from RGB is 209 - color contains mainly: green. Hex color #75D1A5 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75D1A5 is #8A2E5A. Grayscale: #B0B0B0. Windows color (decimal): -9055835 or 10867061. OLE color: 10867061.

HSL color Cylindrical-coordinate representation of color #75D1A5: hue angle of 151.3º degrees, saturation: 0.5, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #75D1A5 is Cyan = 0.44, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.18.

Color convert

RGB117209165-
CMYK0.4400.210.18
HSL151.3º50%63.92%-
HSV(B)151.3º44.02%81.96%-
XYZ36.9352.143.71-
YUV176.48121.5285.58-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 23.83%
GREEN value IS 209 (82.03% from 255) = 42.57%
BLUE value IS 165 (64.84% from 255) = 33.60%
R=23.83%
G=42.57%
B=33.60%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1172091650.4400.210.18151.35063.92
Hex75D1A52C01512973240
Octal165321245540252222762100
Binary1110101110100011010010110110001010110010100101111100101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75D1A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,209,165); }

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

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

 a { background-color: rgb(117,209,165); }

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

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

 span { border-color: rgb(117,209,165); }

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