#75FBAC

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

Shades of Aquamarine #75FBAC

Tints of Aquamarine #75FBAC

Color information

#75FBAC (or 0x75FBAC) is unknown color: approx Aquamarine. HEX triplet: 75, FB and AC. RGB value is (117,251,172). Sum of RGB (Red+Green+Blue) = 117+251+172=540 (71% of max value = 765). Red value is 117 (46.09% from 255 or 21.67% from 540); Green value is 251 (98.44% from 255 or 46.48% from 540); Blue value is 172 (67.58% from 255 or 31.85% from 540); Max value from RGB is 251 - color contains mainly: green. Hex color #75FBAC is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #75FBAC is #8A0453. Grayscale: #CACACA. Windows color (decimal): -9045076 or 11336565. OLE color: 11336565.

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

Color convert

RGB117251172-
CMYK0.5300.310.02
HSL144.63º94.37%72.16%-
HSV(B)144.63º53.39%98.43%-
XYZ49.2875.7551.05-
YUV201.93111.1167.42-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 21.67%
GREEN value IS 251 (98.44% from 255) = 46.48%
BLUE value IS 172 (67.58% from 255) = 31.85%
R=21.67%
G=46.48%
B=31.85%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1172511720.5300.310.02144.6394.3772.16
Hex75FBAC3501F2915e48
Octal165373254650372221136110
Binary11101011111101110101100110101011111101001000110111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75FBAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,251,172); }

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

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

 a { background-color: rgb(117,251,172); }

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

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

 span { border-color: rgb(117,251,172); }

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