#75FEAF

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

Shades of Aquamarine #75FEAF

Tints of Aquamarine #75FEAF

Color information

#75FEAF (or 0x75FEAF) is unknown color: approx Aquamarine. HEX triplet: 75, FE and AF. RGB value is (117,254,175). Sum of RGB (Red+Green+Blue) = 117+254+175=546 (72% of max value = 765). Red value is 117 (46.09% from 255 or 21.43% from 546); Green value is 254 (99.61% from 255 or 46.52% from 546); Blue value is 175 (68.75% from 255 or 32.05% from 546); Max value from RGB is 254 - color contains mainly: green. Hex color #75FEAF is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #75FEAF is #8A0150. Grayscale: #CCCCCC. Windows color (decimal): -9044305 or 11533941. OLE color: 11533941.

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

Color convert

RGB117254175-
CMYK0.5400.310.00
HSL145.4º98.56%72.75%-
HSV(B)145.4º53.94%99.61%-
XYZ50.5277.7652.9-
YUV204.03111.6165.92-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 21.43%
GREEN value IS 254 (99.61% from 255) = 46.52%
BLUE value IS 175 (68.75% from 255) = 32.05%
R=21.43%
G=46.52%
B=32.05%

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
Decimal1172541750.5400.310.00145.498.5672.75
Hex75FEAF3601F0916349
Octal165376257660370221143111
Binary1110101111111101010111111011001111101001000111000111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75FEAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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