#75FAC7

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

Shades of Aquamarine #75FAC7

Tints of Aquamarine #75FAC7

Color information

#75FAC7 (or 0x75FAC7) is unknown color: approx Aquamarine. HEX triplet: 75, FA and C7. RGB value is (117,250,199). Sum of RGB (Red+Green+Blue) = 117+250+199=566 (74% of max value = 765). Red value is 117 (46.09% from 255 or 20.67% from 566); Green value is 250 (98.05% from 255 or 44.17% from 566); Blue value is 199 (78.12% from 255 or 35.16% from 566); Max value from RGB is 250 - color contains mainly: green. Hex color #75FAC7 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #75FAC7 is #8A0538. Grayscale: #CCCCCC. Windows color (decimal): -9045305 or 13105781. OLE color: 13105781.

HSL color Cylindrical-coordinate representation of color #75FAC7: hue angle of 156.99º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #75FAC7 is Cyan = 0.53, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.02.

Color convert

RGB117250199-
CMYK0.5300.200.02
HSL156.99º93.01%71.96%-
HSV(B)156.99º53.2%98.04%-
XYZ51.8376.2866.02-
YUV204.42124.9465.65-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 20.67%
GREEN value IS 250 (98.05% from 255) = 44.17%
BLUE value IS 199 (78.12% from 255) = 35.16%
R=20.67%
G=44.17%
B=35.16%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1172501990.5300.200.02156.9993.0171.96
Hex75FAC73501429d5d48
Octal165372307650242235135110
Binary11101011111101011000111110101010100101001110110111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75FAC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,250,199); }

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

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

 a { background-color: rgb(117,250,199); }

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

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

 span { border-color: rgb(117,250,199); }

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