#75FADE

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

Shades of Aquamarine #75FADE

Tints of Aquamarine #75FADE

Color information

#75FADE (or 0x75FADE) is unknown color: approx Aquamarine. HEX triplet: 75, FA and DE. RGB value is (117,250,222). Sum of RGB (Red+Green+Blue) = 117+250+222=589 (78% of max value = 765). Red value is 117 (46.09% from 255 or 19.86% from 589); Green value is 250 (98.05% from 255 or 42.44% from 589); Blue value is 222 (87.11% from 255 or 37.69% from 589); Max value from RGB is 250 - color contains mainly: green. Hex color #75FADE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #75FADE is #8A0521. Grayscale: #CFCFCF. Windows color (decimal): -9045282 or 14613109. OLE color: 14613109.

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

Color convert

RGB117250222-
CMYK0.5300.110.02
HSL167.37º93.01%71.96%-
HSV(B)167.37º53.2%98.04%-
XYZ54.7177.4381.17-
YUV207.04136.4463.78-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 19.86%
GREEN value IS 250 (98.05% from 255) = 42.44%
BLUE value IS 222 (87.11% from 255) = 37.69%
R=19.86%
G=42.44%
B=37.69%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1172502220.5300.110.02167.3793.0171.96
Hex75FADE350B2a75d48
Octal165372336650132247135110
Binary1110101111110101101111011010101011101010011110111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75FADE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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