#75FEAA

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

Shades of Aquamarine #75FEAA

Tints of Aquamarine #75FEAA

Color information

#75FEAA (or 0x75FEAA) is unknown color: approx Aquamarine. HEX triplet: 75, FE and AA. RGB value is (117,254,170). Sum of RGB (Red+Green+Blue) = 117+254+170=541 (71% of max value = 765). Red value is 117 (46.09% from 255 or 21.63% from 541); Green value is 254 (99.61% from 255 or 46.95% from 541); Blue value is 170 (66.80% from 255 or 31.42% from 541); Max value from RGB is 254 - color contains mainly: green. Hex color #75FEAA is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #75FEAA is #8A0155. Grayscale: #CBCBCB. Windows color (decimal): -9044310 or 11206261. OLE color: 11206261.

HSL color Cylindrical-coordinate representation of color #75FEAA: hue angle of 143.21º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #75FEAA is Cyan = 0.54, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.00.

Color convert

RGB117254170-
CMYK0.5400.330.00
HSL143.21º98.56%72.75%-
HSV(B)143.21º53.94%99.61%-
XYZ50.0377.5750.37-
YUV203.46109.1166.33-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 21.63%
GREEN value IS 254 (99.61% from 255) = 46.95%
BLUE value IS 170 (66.80% from 255) = 31.42%
R=21.63%
G=46.95%
B=31.42%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1172541700.5400.330.00143.2198.5672.75
Hex75FEAA3602108f6349
Octal165376252660410217143111
Binary11101011111111010101010110110010000101000111111000111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75FEAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,254,170); }

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

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

 a { background-color: rgb(117,254,170); }

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

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

 span { border-color: rgb(117,254,170); }

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