#78ABA9

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

Shades of Neptune #78ABA9

Tints of Neptune #78ABA9

Color information

#78ABA9 (or 0x78ABA9) is unknown color: approx Neptune. HEX triplet: 78, AB and A9. RGB value is (120,171,169). Sum of RGB (Red+Green+Blue) = 120+171+169=460 (60% of max value = 765). Red value is 120 (47.27% from 255 or 26.09% from 460); Green value is 171 (67.19% from 255 or 37.17% from 460); Blue value is 169 (66.41% from 255 or 36.74% from 460); Max value from RGB is 171 - color contains mainly: green. Hex color #78ABA9 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #78ABA9 is #875456. Grayscale: #9B9B9B. Windows color (decimal): -8868951 or 11119480. OLE color: 11119480.

HSL color Cylindrical-coordinate representation of color #78ABA9: hue angle of 177.65º degrees, saturation: 0.23, 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 #78ABA9 is Cyan = 0.30, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.33.

Color convert

RGB120171169-
CMYK0.3000.010.33
HSL177.65º23.29%57.06%-
HSV(B)177.65º29.82%67.06%-
XYZ29.4735.9842.93-
YUV155.52135.6102.66-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 26.09%
GREEN value IS 171 (67.19% from 255) = 37.17%
BLUE value IS 169 (66.41% from 255) = 36.74%
R=26.09%
G=37.17%
B=36.74%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1201711690.3000.010.33177.6523.2957.06
Hex78ABA91E0121b21739
Octal1702532513601412622771
Binary1111000101010111010100111110011000011011001010111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78ABA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78ABA9; }

 p { color: rgb(120,171,169); }

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

<style>
 a { background-color: #78ABA9; }

 a { background-color: rgb(120,171,169); }

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

<style>
 span { border-color: #78ABA9; }

 span { border-color: rgb(120,171,169); }

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