#75D9A5

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

Shades of Medium Aquamarine #75D9A5

Tints of Medium Aquamarine #75D9A5

Color information

#75D9A5 (or 0x75D9A5) is unknown color: approx Medium Aquamarine. HEX triplet: 75, D9 and A5. RGB value is (117,217,165). Sum of RGB (Red+Green+Blue) = 117+217+165=499 (66% of max value = 765). Red value is 117 (46.09% from 255 or 23.45% from 499); Green value is 217 (85.16% from 255 or 43.49% from 499); Blue value is 165 (64.84% from 255 or 33.07% from 499); Max value from RGB is 217 - color contains mainly: green. Hex color #75D9A5 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75D9A5 is #8A265A. Grayscale: #B5B5B5. Windows color (decimal): -9053787 or 10869109. OLE color: 10869109.

HSL color Cylindrical-coordinate representation of color #75D9A5: hue angle of 148.8º degrees, saturation: 0.57, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #75D9A5 is Cyan = 0.46, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.15.

Color convert

RGB117217165-
CMYK0.4600.240.15
HSL148.8º56.82%65.49%-
HSV(B)148.8º46.08%85.1%-
XYZ38.9456.1244.38-
YUV181.17118.8782.23-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 23.45%
GREEN value IS 217 (85.16% from 255) = 43.49%
BLUE value IS 165 (64.84% from 255) = 33.07%
R=23.45%
G=43.49%
B=33.07%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1172171650.4600.240.15148.856.8265.49
Hex75D9A52E018F953941
Octal165331245560301722571101
Binary111010111011001101001011011100110001111100101011110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75D9A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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