#75F3A9

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

Shades of Medium Aquamarine #75F3A9

Tints of Medium Aquamarine #75F3A9

Color information

#75F3A9 (or 0x75F3A9) is unknown color: approx Medium Aquamarine. HEX triplet: 75, F3 and A9. RGB value is (117,243,169). Sum of RGB (Red+Green+Blue) = 117+243+169=529 (70% of max value = 765). Red value is 117 (46.09% from 255 or 22.12% from 529); Green value is 243 (95.31% from 255 or 45.94% from 529); Blue value is 169 (66.41% from 255 or 31.95% from 529); Max value from RGB is 243 - color contains mainly: green. Hex color #75F3A9 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #75F3A9 is #8A0C56. Grayscale: #C5C5C5. Windows color (decimal): -9047127 or 11137909. OLE color: 11137909.

HSL color Cylindrical-coordinate representation of color #75F3A9: hue angle of 144.76º degrees, saturation: 0.84, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #75F3A9 is Cyan = 0.52, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.05.

Color convert

RGB117243169-
CMYK0.5200.300.05
HSL144.76º84%70.59%-
HSV(B)144.76º51.85%95.29%-
XYZ46.5570.7548.74-
YUV196.89112.2671.02-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 22.12%
GREEN value IS 243 (95.31% from 255) = 45.94%
BLUE value IS 169 (66.41% from 255) = 31.95%
R=22.12%
G=45.94%
B=31.95%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1172431690.5200.300.05144.768470.59
Hex75F3A93401E5915447
Octal165363251640365221124107
Binary111010111110011101010011101000111101011001000110101001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75F3A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,243,169); }

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

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

 a { background-color: rgb(117,243,169); }

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

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

 span { border-color: rgb(117,243,169); }

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