#75F4A6

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

Shades of Medium Aquamarine #75F4A6

Tints of Medium Aquamarine #75F4A6

Color information

#75F4A6 (or 0x75F4A6) is unknown color: approx Medium Aquamarine. HEX triplet: 75, F4 and A6. RGB value is (117,244,166). Sum of RGB (Red+Green+Blue) = 117+244+166=527 (69% of max value = 765). Red value is 117 (46.09% from 255 or 22.20% from 527); Green value is 244 (95.70% from 255 or 46.30% from 527); Blue value is 166 (65.23% from 255 or 31.50% from 527); Max value from RGB is 244 - color contains mainly: green. Hex color #75F4A6 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #75F4A6 is #8A0B59. Grayscale: #C5C5C5. Windows color (decimal): -9046874 or 10941557. OLE color: 10941557.

HSL color Cylindrical-coordinate representation of color #75F4A6: hue angle of 143.15º degrees, saturation: 0.85, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #75F4A6 is Cyan = 0.52, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.04.

Color convert

RGB117244166-
CMYK0.5200.320.04
HSL143.15º85.23%70.78%-
HSV(B)143.15º52.05%95.69%-
XYZ46.5771.2447.37-
YUV197.14110.4270.84-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 22.20%
GREEN value IS 244 (95.70% from 255) = 46.30%
BLUE value IS 166 (65.23% from 255) = 31.50%
R=22.20%
G=46.30%
B=31.50%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1172441660.5200.320.04143.1585.2370.78
Hex75F4A63402048f5547
Octal165364246640404217125107
Binary1110101111101001010011011010001000001001000111110101011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75F4A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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