#75FAD2

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

Shades of Aquamarine #75FAD2

Tints of Aquamarine #75FAD2

Color information

#75FAD2 (or 0x75FAD2) is unknown color: approx Aquamarine. HEX triplet: 75, FA and D2. RGB value is (117,250,210). Sum of RGB (Red+Green+Blue) = 117+250+210=577 (76% of max value = 765). Red value is 117 (46.09% from 255 or 20.28% from 577); Green value is 250 (98.05% from 255 or 43.33% from 577); Blue value is 210 (82.42% from 255 or 36.40% from 577); Max value from RGB is 250 - color contains mainly: green. Hex color #75FAD2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #75FAD2 is #8A052D. Grayscale: #CDCDCD. Windows color (decimal): -9045294 or 13826677. OLE color: 13826677.

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

Color convert

RGB117250210-
CMYK0.5300.160.02
HSL161.95º93.01%71.96%-
HSV(B)161.95º53.2%98.04%-
XYZ53.1576.8173-
YUV205.67130.4464.75-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 20.28%
GREEN value IS 250 (98.05% from 255) = 43.33%
BLUE value IS 210 (82.42% from 255) = 36.40%
R=20.28%
G=43.33%
B=36.40%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1172502100.5300.160.02161.9593.0171.96
Hex75FAD2350102a25d48
Octal165372322650202242135110
Binary11101011111101011010010110101010000101010001010111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75FAD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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