#75A7B2

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

Shades of Neptune #75A7B2

Tints of Neptune #75A7B2

Color information

#75A7B2 (or 0x75A7B2) is unknown color: approx Neptune. HEX triplet: 75, A7 and B2. RGB value is (117,167,178). Sum of RGB (Red+Green+Blue) = 117+167+178=462 (61% of max value = 765). Red value is 117 (46.09% from 255 or 25.32% from 462); Green value is 167 (65.62% from 255 or 36.15% from 462); Blue value is 178 (69.92% from 255 or 38.53% from 462); Max value from RGB is 178 - color contains mainly: blue. Hex color #75A7B2 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #75A7B2 is #8A584D. Grayscale: #999999. Windows color (decimal): -9066574 or 11708277. OLE color: 11708277.

HSL color Cylindrical-coordinate representation of color #75A7B2: hue angle of 190.82º degrees, saturation: 0.28, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #75A7B2 is Cyan = 0.34, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB117167178-
CMYK0.340.0600.30
HSL190.82º28.37%57.84%-
HSV(B)190.82º34.27%69.8%-
XYZ29.1934.6347.27-
YUV153.3141.94102.11-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 25.32%
GREEN value IS 167 (65.62% from 255) = 36.15%
BLUE value IS 178 (69.92% from 255) = 38.53%
R=25.32%
G=36.15%
B=38.53%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1171671780.340.0600.30190.8228.3757.84
Hex75A7B222601Ebf1c3a
Octal1652472624260362773472
Binary111010110100111101100101000101100111101011111111100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75A7B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,167,178); }

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

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

 a { background-color: rgb(117,167,178); }

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

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

 span { border-color: rgb(117,167,178); }

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