#75F2AC

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

Shades of Medium Aquamarine #75F2AC

Tints of Medium Aquamarine #75F2AC

Color information

#75F2AC (or 0x75F2AC) is unknown color: approx Medium Aquamarine. HEX triplet: 75, F2 and AC. RGB value is (117,242,172). Sum of RGB (Red+Green+Blue) = 117+242+172=531 (70% of max value = 765). Red value is 117 (46.09% from 255 or 22.03% from 531); Green value is 242 (94.92% from 255 or 45.57% from 531); Blue value is 172 (67.58% from 255 or 32.39% from 531); Max value from RGB is 242 - color contains mainly: green. Hex color #75F2AC is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #75F2AC is #8A0D53. Grayscale: #C4C4C4. Windows color (decimal): -9047380 or 11334261. OLE color: 11334261.

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

Color convert

RGB117242172-
CMYK0.5200.290.05
HSL146.4º82.78%70.39%-
HSV(B)146.4º51.65%94.9%-
XYZ46.5370.2650.14-
YUV196.64114.0971.19-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 22.03%
GREEN value IS 242 (94.92% from 255) = 45.57%
BLUE value IS 172 (67.58% from 255) = 32.39%
R=22.03%
G=45.57%
B=32.39%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1172421720.5200.290.05146.482.7870.39
Hex75F2AC3401D5925346
Octal165362254640355222123106
Binary111010111110010101011001101000111011011001001010100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75F2AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,242,172); }

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

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

 a { background-color: rgb(117,242,172); }

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

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

 span { border-color: rgb(117,242,172); }

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