#75F0A6

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

Shades of Medium Aquamarine #75F0A6

Tints of Medium Aquamarine #75F0A6

Color information

#75F0A6 (or 0x75F0A6) is unknown color: approx Medium Aquamarine. HEX triplet: 75, F0 and A6. RGB value is (117,240,166). Sum of RGB (Red+Green+Blue) = 117+240+166=523 (69% of max value = 765). Red value is 117 (46.09% from 255 or 22.37% from 523); Green value is 240 (94.14% from 255 or 45.89% from 523); Blue value is 166 (65.23% from 255 or 31.74% from 523); Max value from RGB is 240 - color contains mainly: green. Hex color #75F0A6 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #75F0A6 is #8A0F59. Grayscale: #C2C2C2. Windows color (decimal): -9047898 or 10940533. OLE color: 10940533.

HSL color Cylindrical-coordinate representation of color #75F0A6: hue angle of 143.9º degrees, saturation: 0.8, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #75F0A6 is Cyan = 0.51, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.06.

Color convert

RGB117240166-
CMYK0.5100.310.06
HSL143.9º80.39%70%-
HSV(B)143.9º51.25%94.12%-
XYZ45.3868.8646.98-
YUV194.79111.7572.52-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 22.37%
GREEN value IS 240 (94.14% from 255) = 45.89%
BLUE value IS 166 (65.23% from 255) = 31.74%
R=22.37%
G=45.89%
B=31.74%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1172401660.5100.310.06143.980.3970
Hex75F0A63301F6905046
Octal165360246630376220120106
Binary111010111110000101001101100110111111101001000010100001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75F0A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,240,166); }

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

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

 a { background-color: rgb(117,240,166); }

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

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

 span { border-color: rgb(117,240,166); }

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