#75B0AE

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

Shades of Neptune #75B0AE

Tints of Neptune #75B0AE

Color information

#75B0AE (or 0x75B0AE) is unknown color: approx Neptune. HEX triplet: 75, B0 and AE. RGB value is (117,176,174). Sum of RGB (Red+Green+Blue) = 117+176+174=467 (61% of max value = 765). Red value is 117 (46.09% from 255 or 25.05% from 467); Green value is 176 (69.14% from 255 or 37.69% from 467); Blue value is 174 (68.36% from 255 or 37.26% from 467); Max value from RGB is 176 - color contains mainly: green. Hex color #75B0AE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #75B0AE is #8A4F51. Grayscale: #9E9E9E. Windows color (decimal): -9064274 or 11448437. OLE color: 11448437.

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

Color convert

RGB117176174-
CMYK0.3400.010.31
HSL177.97º27.19%57.45%-
HSV(B)177.97º33.52%69.02%-
XYZ30.537.8945.75-
YUV158.13136.9598.66-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 25.05%
GREEN value IS 176 (69.14% from 255) = 37.69%
BLUE value IS 174 (68.36% from 255) = 37.26%
R=25.05%
G=37.69%
B=37.26%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1171761740.3400.010.31177.9727.1957.45
Hex75B0AE22011Fb21b39
Octal1652602564201372623371
Binary1110101101100001010111010001001111111011001011011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75B0AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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