#78ACAB

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

Shades of Neptune #78ACAB

Tints of Neptune #78ACAB

Color information

#78ACAB (or 0x78ACAB) is unknown color: approx Neptune. HEX triplet: 78, AC and AB. RGB value is (120,172,171). Sum of RGB (Red+Green+Blue) = 120+172+171=463 (61% of max value = 765). Red value is 120 (47.27% from 255 or 25.92% from 463); Green value is 172 (67.58% from 255 or 37.15% from 463); Blue value is 171 (67.19% from 255 or 36.93% from 463); Max value from RGB is 172 - color contains mainly: green. Hex color #78ACAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #78ACAB is #875354. Grayscale: #9C9C9C. Windows color (decimal): -8868693 or 11250808. OLE color: 11250808.

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

Color convert

RGB120172171-
CMYK0.3000.010.33
HSL178.85º23.85%57.25%-
HSV(B)178.85º30.23%67.45%-
XYZ29.8536.4443.99-
YUV156.34136.27102.08-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 25.92%
GREEN value IS 172 (67.58% from 255) = 37.15%
BLUE value IS 171 (67.19% from 255) = 36.93%
R=25.92%
G=37.15%
B=36.93%

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
Decimal1201721710.3000.010.33178.8523.8557.25
Hex78ACAB1E0121b31839
Octal1702542533601412633071
Binary1111000101011001010101111110011000011011001111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78ACAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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