#75FED7

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

Shades of Aquamarine #75FED7

Tints of Aquamarine #75FED7

Color information

#75FED7 (or 0x75FED7) is unknown color: approx Aquamarine. HEX triplet: 75, FE and D7. RGB value is (117,254,215). Sum of RGB (Red+Green+Blue) = 117+254+215=586 (77% of max value = 765). Red value is 117 (46.09% from 255 or 19.97% from 586); Green value is 254 (99.61% from 255 or 43.34% from 586); Blue value is 215 (84.38% from 255 or 36.69% from 586); Max value from RGB is 254 - color contains mainly: green. Hex color #75FED7 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #75FED7 is #8A0128. Grayscale: #D0D0D0. Windows color (decimal): -9044265 or 14155381. OLE color: 14155381.

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

Color convert

RGB117254215-
CMYK0.5400.150.00
HSL162.92º98.56%72.75%-
HSV(B)162.92º53.94%99.61%-
XYZ55.0479.5776.75-
YUV208.59131.6162.67-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 19.97%
GREEN value IS 254 (99.61% from 255) = 43.34%
BLUE value IS 215 (84.38% from 255) = 36.69%
R=19.97%
G=43.34%
B=36.69%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1172542150.5400.150.00162.9298.5672.75
Hex75FED7360F0a36349
Octal165376327660170243143111
Binary111010111111110110101111101100111101010001111000111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75FED7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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