#78ACAD

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

Shades of Neptune #78ACAD

Tints of Neptune #78ACAD

Color information

#78ACAD (or 0x78ACAD) is unknown color: approx Neptune. HEX triplet: 78, AC and AD. RGB value is (120,172,173). Sum of RGB (Red+Green+Blue) = 120+172+173=465 (61% of max value = 765). Red value is 120 (47.27% from 255 or 25.81% from 465); Green value is 172 (67.58% from 255 or 36.99% from 465); Blue value is 173 (67.97% from 255 or 37.20% from 465); Max value from RGB is 173 - color contains mainly: blue. Hex color #78ACAD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #78ACAD is #875352. Grayscale: #9C9C9C. Windows color (decimal): -8868691 or 11381880. OLE color: 11381880.

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

Color convert

RGB120172173-
CMYK0.310.0100.32
HSL181.13º24.42%57.45%-
HSV(B)181.13º30.64%67.84%-
XYZ30.0436.5245-
YUV156.57137.27101.92-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 25.81%
GREEN value IS 172 (67.58% from 255) = 36.99%
BLUE value IS 173 (67.97% from 255) = 37.20%
R=25.81%
G=36.99%
B=37.20%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1201721730.310.0100.32181.1324.4257.45
Hex78ACAD1F1020b51839
Octal1702542553710402653071
Binary1111000101011001010110111111101000001011010111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78ACAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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