#75AEAF

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

Shades of Neptune #75AEAF

Tints of Neptune #75AEAF

Color information

#75AEAF (or 0x75AEAF) is unknown color: approx Neptune. HEX triplet: 75, AE and AF. RGB value is (117,174,175). Sum of RGB (Red+Green+Blue) = 117+174+175=466 (61% of max value = 765). Red value is 117 (46.09% from 255 or 25.11% from 466); Green value is 174 (68.36% from 255 or 37.34% from 466); Blue value is 175 (68.75% from 255 or 37.55% from 466); Max value from RGB is 175 - color contains mainly: blue. Hex color #75AEAF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #75AEAF is #8A5150. Grayscale: #9D9D9D. Windows color (decimal): -9064785 or 11513461. OLE color: 11513461.

HSL color Cylindrical-coordinate representation of color #75AEAF: hue angle of 181.03º 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 #75AEAF is Cyan = 0.33, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB117174175-
CMYK0.330.0100.31
HSL181.03º26.61%57.25%-
HSV(B)181.03º33.14%68.63%-
XYZ30.2137.1546.14-
YUV157.07138.1299.42-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 25.11%
GREEN value IS 174 (68.36% from 255) = 37.34%
BLUE value IS 175 (68.75% from 255) = 37.55%
R=25.11%
G=37.34%
B=37.55%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1171741750.330.0100.31181.0326.6157.25
Hex75AEAF21101Fb51b39
Octal1652562574110372653371
Binary1110101101011101010111110000110111111011010111011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75AEAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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