#75f9ad

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

Shades of Aquamarine #75F9AD

Tints of Aquamarine #75F9AD

Color information

#75F9AD (or 0x75F9AD) is unknown color: approx Aquamarine. HEX triplet: 75, F9 and AD. RGB value is (117,249,173). Sum of RGB (Red+Green+Blue) = 117+249+173=539 (71% of max value = 765). Red value is 117 (46.09% from 255 or 21.71% from 539); Green value is 249 (97.66% from 255 or 46.20% from 539); Blue value is 173 (67.97% from 255 or 32.10% from 539); Max value from RGB is 249 - color contains mainly: green. Hex color #75F9AD is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #75F9AD is #8A0652. Grayscale: #C9C9C9. Windows color (decimal): -9045587 or 11401589. OLE color: 11401589.

HSL color Cylindrical-coordinate representation of color #75F9AD: hue angle of 145.45º 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 #75F9AD is Cyan = 0.53, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.02.

Color convert

RGB117249173-
CMYK0.5300.310.02
HSL145.45º91.67%71.76%-
HSV(B)145.45º53.01%97.65%-
XYZ48.7574.5551.36-
YUV200.87112.2768.18-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 21.71%
GREEN value IS 249 (97.66% from 255) = 46.20%
BLUE value IS 173 (67.97% from 255) = 32.10%
R=21.71%
G=46.20%
B=32.10%

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
Decimal1172491730.5300.310.02145.4591.6771.76
Hex75F9AD3501F2915c48
Octal165371255650372221134110
Binary11101011111100110101101110101011111101001000110111001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75f9ad

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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