#75AAAF

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

Shades of Neptune #75AAAF

Tints of Neptune #75AAAF

Color information

#75AAAF (or 0x75AAAF) is unknown color: approx Neptune. HEX triplet: 75, AA and AF. RGB value is (117,170,175). Sum of RGB (Red+Green+Blue) = 117+170+175=462 (61% of max value = 765). Red value is 117 (46.09% from 255 or 25.32% from 462); Green value is 170 (66.80% from 255 or 36.80% from 462); Blue value is 175 (68.75% from 255 or 37.88% from 462); Max value from RGB is 175 - color contains mainly: blue. Hex color #75AAAF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #75AAAF is #8A5550. Grayscale: #9A9A9A. Windows color (decimal): -9065809 or 11512437. OLE color: 11512437.

HSL color Cylindrical-coordinate representation of color #75AAAF: hue angle of 185.17º degrees, saturation: 0.27, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #75AAAF is Cyan = 0.33, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB117170175-
CMYK0.330.0300.31
HSL185.17º26.61%57.25%-
HSV(B)185.17º33.14%68.63%-
XYZ29.4535.6345.88-
YUV154.72139.44101.09-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 25.32%
GREEN value IS 170 (66.80% from 255) = 36.80%
BLUE value IS 175 (68.75% from 255) = 37.88%
R=25.32%
G=36.80%
B=37.88%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1171701750.330.0300.31185.1726.6157.25
Hex75AAAF21301Fb91b39
Octal1652522574130372713371
Binary11101011010101010101111100001110111111011100111011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75AAAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,170,175); }

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

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

 a { background-color: rgb(117,170,175); }

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

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

 span { border-color: rgb(117,170,175); }

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