#75FEB0

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

Shades of Aquamarine #75FEB0

Tints of Aquamarine #75FEB0

Color information

#75FEB0 (or 0x75FEB0) is unknown color: approx Aquamarine. HEX triplet: 75, FE and B0. RGB value is (117,254,176). Sum of RGB (Red+Green+Blue) = 117+254+176=547 (72% of max value = 765). Red value is 117 (46.09% from 255 or 21.39% from 547); Green value is 254 (99.61% from 255 or 46.44% from 547); Blue value is 176 (69.14% from 255 or 32.18% from 547); Max value from RGB is 254 - color contains mainly: green. Hex color #75FEB0 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #75FEB0 is #8A014F. Grayscale: #CCCCCC. Windows color (decimal): -9044304 or 11599477. OLE color: 11599477.

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

Color convert

RGB117254176-
CMYK0.5400.310.00
HSL145.84º98.56%72.75%-
HSV(B)145.84º53.94%99.61%-
XYZ50.6177.853.42-
YUV204.14112.1165.84-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 21.39%
GREEN value IS 254 (99.61% from 255) = 46.44%
BLUE value IS 176 (69.14% from 255) = 32.18%
R=21.39%
G=46.44%
B=32.18%

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
Decimal1172541760.5400.310.00145.8498.5672.75
Hex75FEB03601F0926349
Octal165376260660370222143111
Binary1110101111111101011000011011001111101001001011000111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75FEB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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