#77ABA8

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

Shades of Neptune #77ABA8

Tints of Neptune #77ABA8

Color information

#77ABA8 (or 0x77ABA8) is unknown color: approx Neptune. HEX triplet: 77, AB and A8. RGB value is (119,171,168). Sum of RGB (Red+Green+Blue) = 119+171+168=458 (60% of max value = 765). Red value is 119 (46.88% from 255 or 25.98% from 458); Green value is 171 (67.19% from 255 or 37.34% from 458); Blue value is 168 (66.02% from 255 or 36.68% from 458); Max value from RGB is 171 - color contains mainly: green. Hex color #77ABA8 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #77ABA8 is #885457. Grayscale: #9B9B9B. Windows color (decimal): -8934488 or 11053943. OLE color: 11053943.

HSL color Cylindrical-coordinate representation of color #77ABA8: hue angle of 176.54º degrees, saturation: 0.24, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #77ABA8 is Cyan = 0.30, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.33.

Color convert

RGB119171168-
CMYK0.3000.020.33
HSL176.54º23.64%56.86%-
HSV(B)176.54º30.41%67.06%-
XYZ29.2435.8742.43-
YUV155.11135.27102.24-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 25.98%
GREEN value IS 171 (67.19% from 255) = 37.34%
BLUE value IS 168 (66.02% from 255) = 36.68%
R=25.98%
G=37.34%
B=36.68%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1191711680.3000.020.33176.5423.6456.86
Hex77ABA81E0221b11839
Octal1672532503602412613071
Binary11101111010101110101000111100101000011011000111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77ABA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,171,168); }

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

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

 a { background-color: rgb(119,171,168); }

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

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

 span { border-color: rgb(119,171,168); }

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