#75FAB2

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

Shades of Aquamarine #75FAB2

Tints of Aquamarine #75FAB2

Color information

#75FAB2 (or 0x75FAB2) is unknown color: approx Aquamarine. HEX triplet: 75, FA and B2. RGB value is (117,250,178). Sum of RGB (Red+Green+Blue) = 117+250+178=545 (72% of max value = 765). Red value is 117 (46.09% from 255 or 21.47% from 545); Green value is 250 (98.05% from 255 or 45.87% from 545); Blue value is 178 (69.92% from 255 or 32.66% from 545); Max value from RGB is 250 - color contains mainly: green. Hex color #75FAB2 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #75FAB2 is #8A054D. Grayscale: #CACACA. Windows color (decimal): -9045326 or 11729525. OLE color: 11729525.

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

Color convert

RGB117250178-
CMYK0.5300.290.02
HSL147.52º93.01%71.96%-
HSV(B)147.52º53.2%98.04%-
XYZ49.5675.3754.05-
YUV202.02114.4467.35-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 21.47%
GREEN value IS 250 (98.05% from 255) = 45.87%
BLUE value IS 178 (69.92% from 255) = 32.66%
R=21.47%
G=45.87%
B=32.66%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1172501780.5300.290.02147.5293.0171.96
Hex75FAB23501D2945d48
Octal165372262650352224135110
Binary11101011111101010110010110101011101101001010010111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75FAB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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