#75FAD0

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

Shades of Aquamarine #75FAD0

Tints of Aquamarine #75FAD0

Color information

#75FAD0 (or 0x75FAD0) is unknown color: approx Aquamarine. HEX triplet: 75, FA and D0. RGB value is (117,250,208). Sum of RGB (Red+Green+Blue) = 117+250+208=575 (76% of max value = 765). Red value is 117 (46.09% from 255 or 20.35% from 575); Green value is 250 (98.05% from 255 or 43.48% from 575); Blue value is 208 (81.64% from 255 or 36.17% from 575); Max value from RGB is 250 - color contains mainly: green. Hex color #75FAD0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #75FAD0 is #8A052F. Grayscale: #CDCDCD. Windows color (decimal): -9045296 or 13695605. OLE color: 13695605.

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

Color convert

RGB117250208-
CMYK0.5300.170.02
HSL161.05º93.01%71.96%-
HSV(B)161.05º53.2%98.04%-
XYZ52.9176.7171.69-
YUV205.44129.4464.92-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 20.35%
GREEN value IS 250 (98.05% from 255) = 43.48%
BLUE value IS 208 (81.64% from 255) = 36.17%
R=20.35%
G=43.48%
B=36.17%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1172502080.5300.170.02161.0593.0171.96
Hex75FAD0350112a15d48
Octal165372320650212241135110
Binary11101011111101011010000110101010001101010000110111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75FAD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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