#75ADB5

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

Shades of Neptune #75ADB5

Tints of Neptune #75ADB5

Color information

#75ADB5 (or 0x75ADB5) is unknown color: approx Neptune. HEX triplet: 75, AD and B5. RGB value is (117,173,181). Sum of RGB (Red+Green+Blue) = 117+173+181=471 (62% of max value = 765). Red value is 117 (46.09% from 255 or 24.84% from 471); Green value is 173 (67.97% from 255 or 36.73% from 471); Blue value is 181 (71.09% from 255 or 38.43% from 471); Max value from RGB is 181 - color contains mainly: blue. Hex color #75ADB5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #75ADB5 is #8A524A. Grayscale: #9D9D9D. Windows color (decimal): -9065035 or 11906421. OLE color: 11906421.

HSL color Cylindrical-coordinate representation of color #75ADB5: hue angle of 187.5º degrees, saturation: 0.3, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #75ADB5 is Cyan = 0.35, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB117173181-
CMYK0.350.0400.29
HSL187.5º30.19%58.43%-
HSV(B)187.5º35.36%70.98%-
XYZ30.6237.0149.24-
YUV157.17141.4599.35-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 24.84%
GREEN value IS 173 (67.97% from 255) = 36.73%
BLUE value IS 181 (71.09% from 255) = 38.43%
R=24.84%
G=36.73%
B=38.43%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1171731810.350.0400.29187.530.1958.43
Hex75ADB523401Dbc1e3a
Octal1652552654340352743672
Binary111010110101101101101011000111000111011011110011110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75ADB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,173,181); }

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

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

 a { background-color: rgb(117,173,181); }

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

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

 span { border-color: rgb(117,173,181); }

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