#78AAAC

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

Shades of Neptune #78AAAC

Tints of Neptune #78AAAC

Color information

#78AAAC (or 0x78AAAC) is unknown color: approx Neptune. HEX triplet: 78, AA and AC. RGB value is (120,170,172). Sum of RGB (Red+Green+Blue) = 120+170+172=462 (61% of max value = 765). Red value is 120 (47.27% from 255 or 25.97% from 462); Green value is 170 (66.80% from 255 or 36.80% from 462); Blue value is 172 (67.58% from 255 or 37.23% from 462); Max value from RGB is 172 - color contains mainly: blue. Hex color #78AAAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #78AAAC is #875553. Grayscale: #9B9B9B. Windows color (decimal): -8869204 or 11315832. OLE color: 11315832.

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

Color convert

RGB120170172-
CMYK0.300.0100.33
HSL182.31º23.85%57.25%-
HSV(B)182.31º30.23%67.45%-
XYZ29.5735.7244.37-
YUV155.28137.44102.84-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 25.97%
GREEN value IS 170 (66.80% from 255) = 36.80%
BLUE value IS 172 (67.58% from 255) = 37.23%
R=25.97%
G=36.80%
B=37.23%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1201701720.300.0100.33182.3123.8557.25
Hex78AAAC1E1021b61839
Octal1702522543610412663071
Binary1111000101010101010110011110101000011011011011000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78AAAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,170,172); }

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

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

 a { background-color: rgb(120,170,172); }

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

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

 span { border-color: rgb(120,170,172); }

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