#78ABA8

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

Shades of Neptune #78ABA8

Tints of Neptune #78ABA8

Color information

#78ABA8 (or 0x78ABA8) is unknown color: approx Neptune. HEX triplet: 78, AB and A8. RGB value is (120,171,168). Sum of RGB (Red+Green+Blue) = 120+171+168=459 (60% of max value = 765). Red value is 120 (47.27% from 255 or 26.14% from 459); Green value is 171 (67.19% from 255 or 37.25% from 459); Blue value is 168 (66.02% from 255 or 36.60% from 459); Max value from RGB is 171 - color contains mainly: green. Hex color #78ABA8 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #78ABA8 is #875457. Grayscale: #9B9B9B. Windows color (decimal): -8868952 or 11053944. OLE color: 11053944.

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

Color convert

RGB120171168-
CMYK0.3000.020.33
HSL176.47º23.29%57.06%-
HSV(B)176.47º29.82%67.06%-
XYZ29.3835.9542.44-
YUV155.41135.1102.74-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 26.14%
GREEN value IS 171 (67.19% from 255) = 37.25%
BLUE value IS 168 (66.02% from 255) = 36.60%
R=26.14%
G=37.25%
B=36.60%

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
Decimal1201711680.3000.020.33176.4723.2957.06
Hex78ABA81E0221b01739
Octal1702532503602412602771
Binary11110001010101110101000111100101000011011000010111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78ABA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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