#75FEAE

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

Shades of Aquamarine #75FEAE

Tints of Aquamarine #75FEAE

Color information

#75FEAE (or 0x75FEAE) is unknown color: approx Aquamarine. HEX triplet: 75, FE and AE. RGB value is (117,254,174). Sum of RGB (Red+Green+Blue) = 117+254+174=545 (72% of max value = 765). Red value is 117 (46.09% from 255 or 21.47% from 545); Green value is 254 (99.61% from 255 or 46.61% from 545); Blue value is 174 (68.36% from 255 or 31.93% from 545); Max value from RGB is 254 - color contains mainly: green. Hex color #75FEAE is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #75FEAE is #8A0151. Grayscale: #CCCCCC. Windows color (decimal): -9044306 or 11468405. OLE color: 11468405.

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

Color convert

RGB117254174-
CMYK0.5400.310.00
HSL144.96º98.56%72.75%-
HSV(B)144.96º53.94%99.61%-
XYZ50.4277.7252.39-
YUV203.92111.1166-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 21.47%
GREEN value IS 254 (99.61% from 255) = 46.61%
BLUE value IS 174 (68.36% from 255) = 31.93%
R=21.47%
G=46.61%
B=31.93%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1172541740.5400.310.00144.9698.5672.75
Hex75FEAE3601F0916349
Octal165376256660370221143111
Binary1110101111111101010111011011001111101001000111000111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75FEAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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