#77AEB2

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

Shades of Neptune #77AEB2

Tints of Neptune #77AEB2

Color information

#77AEB2 (or 0x77AEB2) is unknown color: approx Neptune. HEX triplet: 77, AE and B2. RGB value is (119,174,178). Sum of RGB (Red+Green+Blue) = 119+174+178=471 (62% of max value = 765). Red value is 119 (46.88% from 255 or 25.27% from 471); Green value is 174 (68.36% from 255 or 36.94% from 471); Blue value is 178 (69.92% from 255 or 37.79% from 471); Max value from RGB is 178 - color contains mainly: blue. Hex color #77AEB2 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #77AEB2 is #88514D. Grayscale: #9D9D9D. Windows color (decimal): -8933710 or 11710071. OLE color: 11710071.

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

Color convert

RGB119174178-
CMYK0.330.0200.30
HSL184.07º27.7%58.24%-
HSV(B)184.07º33.15%69.8%-
XYZ30.7837.4147.72-
YUV158.01139.28100.17-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 25.27%
GREEN value IS 174 (68.36% from 255) = 36.94%
BLUE value IS 178 (69.92% from 255) = 37.79%
R=25.27%
G=36.94%
B=37.79%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1191741780.330.0200.30184.0727.758.24
Hex77AEB221201Eb81c3a
Octal1672562624120362703472
Binary11101111010111010110010100001100111101011100011100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77AEB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77AEB2; }

 p { color: rgb(119,174,178); }

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

<style>
 a { background-color: #77AEB2; }

 a { background-color: rgb(119,174,178); }

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

<style>
 span { border-color: #77AEB2; }

 span { border-color: rgb(119,174,178); }

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