#75FAC0

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

Shades of Aquamarine #75FAC0

Tints of Aquamarine #75FAC0

Color information

#75FAC0 (or 0x75FAC0) is unknown color: approx Aquamarine. HEX triplet: 75, FA and C0. RGB value is (117,250,192). Sum of RGB (Red+Green+Blue) = 117+250+192=559 (74% of max value = 765). Red value is 117 (46.09% from 255 or 20.93% from 559); Green value is 250 (98.05% from 255 or 44.72% from 559); Blue value is 192 (75.39% from 255 or 34.35% from 559); Max value from RGB is 250 - color contains mainly: green. Hex color #75FAC0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #75FAC0 is #8A053F. Grayscale: #CBCBCB. Windows color (decimal): -9045312 or 12647029. OLE color: 12647029.

HSL color Cylindrical-coordinate representation of color #75FAC0: hue angle of 153.83º 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 #75FAC0 is Cyan = 0.53, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.02.

Color convert

RGB117250192-
CMYK0.5300.230.02
HSL153.83º93.01%71.96%-
HSV(B)153.83º53.2%98.04%-
XYZ51.0475.9661.84-
YUV203.62121.4466.22-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 20.93%
GREEN value IS 250 (98.05% from 255) = 44.72%
BLUE value IS 192 (75.39% from 255) = 34.35%
R=20.93%
G=44.72%
B=34.35%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1172501920.5300.230.02153.8393.0171.96
Hex75FAC03501729a5d48
Octal165372300650272232135110
Binary11101011111101011000000110101010111101001101010111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75FAC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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