#77AEAC

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

Shades of Neptune #77AEAC

Tints of Neptune #77AEAC

Color information

#77AEAC (or 0x77AEAC) is unknown color: approx Neptune. HEX triplet: 77, AE and AC. RGB value is (119,174,172). Sum of RGB (Red+Green+Blue) = 119+174+172=465 (61% of max value = 765). Red value is 119 (46.88% from 255 or 25.59% from 465); Green value is 174 (68.36% from 255 or 37.42% from 465); Blue value is 172 (67.58% from 255 or 36.99% from 465); Max value from RGB is 174 - color contains mainly: green. Hex color #77AEAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #77AEAC is #885153. Grayscale: #9D9D9D. Windows color (decimal): -8933716 or 11316855. OLE color: 11316855.

HSL color Cylindrical-coordinate representation of color #77AEAC: hue angle of 177.82º degrees, saturation: 0.25, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #77AEAC is Cyan = 0.32, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.32.

Color convert

RGB119174172-
CMYK0.3200.010.32
HSL177.82º25.35%57.45%-
HSV(B)177.82º31.61%68.24%-
XYZ30.1937.1744.61-
YUV157.33136.28100.66-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 25.59%
GREEN value IS 174 (68.36% from 255) = 37.42%
BLUE value IS 172 (67.58% from 255) = 36.99%
R=25.59%
G=37.42%
B=36.99%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1191741720.3200.010.32177.8225.3557.45
Hex77AEAC200120b21939
Octal1672562544001402623171
Binary11101111010111010101100100000011000001011001011001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77AEAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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