#75FAC4

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

Shades of Aquamarine #75FAC4

Tints of Aquamarine #75FAC4

Color information

#75FAC4 (or 0x75FAC4) is unknown color: approx Aquamarine. HEX triplet: 75, FA and C4. RGB value is (117,250,196). Sum of RGB (Red+Green+Blue) = 117+250+196=563 (74% of max value = 765). Red value is 117 (46.09% from 255 or 20.78% from 563); Green value is 250 (98.05% from 255 or 44.40% from 563); Blue value is 196 (76.95% from 255 or 34.81% from 563); Max value from RGB is 250 - color contains mainly: green. Hex color #75FAC4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #75FAC4 is #8A053B. Grayscale: #CCCCCC. Windows color (decimal): -9045308 or 12909173. OLE color: 12909173.

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

Color convert

RGB117250196-
CMYK0.5300.220.02
HSL155.64º93.01%71.96%-
HSV(B)155.64º53.2%98.04%-
XYZ51.4976.1464.21-
YUV204.08123.4465.89-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 20.78%
GREEN value IS 250 (98.05% from 255) = 44.40%
BLUE value IS 196 (76.95% from 255) = 34.81%
R=20.78%
G=44.40%
B=34.81%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1172501960.5300.220.02155.6493.0171.96
Hex75FAC43501629c5d48
Octal165372304650262234135110
Binary11101011111101011000100110101010110101001110010111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75FAC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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