#75F9AC

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

Shades of Aquamarine #75F9AC

Tints of Aquamarine #75F9AC

Color information

#75F9AC (or 0x75F9AC) is unknown color: approx Aquamarine. HEX triplet: 75, F9 and AC. RGB value is (117,249,172). Sum of RGB (Red+Green+Blue) = 117+249+172=538 (71% of max value = 765). Red value is 117 (46.09% from 255 or 21.75% from 538); Green value is 249 (97.66% from 255 or 46.28% from 538); Blue value is 172 (67.58% from 255 or 31.97% from 538); Max value from RGB is 249 - color contains mainly: green. Hex color #75F9AC is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #75F9AC is #8A0653. Grayscale: #C8C8C8. Windows color (decimal): -9045588 or 11336053. OLE color: 11336053.

HSL color Cylindrical-coordinate representation of color #75F9AC: hue angle of 145º degrees, saturation: 0.92, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #75F9AC is Cyan = 0.53, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.02.

Color convert

RGB117249172-
CMYK0.5300.310.02
HSL145º91.67%71.76%-
HSV(B)145º53.01%97.65%-
XYZ48.6674.5150.85-
YUV200.75111.7768.26-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 21.75%
GREEN value IS 249 (97.66% from 255) = 46.28%
BLUE value IS 172 (67.58% from 255) = 31.97%
R=21.75%
G=46.28%
B=31.97%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1172491720.5300.310.0214591.6771.76
Hex75F9AC3501F2915c48
Octal165371254650372221134110
Binary11101011111100110101100110101011111101001000110111001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75F9AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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