#78ACAC

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

Shades of Neptune #78ACAC

Tints of Neptune #78ACAC

Color information

#78ACAC (or 0x78ACAC) is unknown color: approx Neptune. HEX triplet: 78, AC and AC. RGB value is (120,172,172). Sum of RGB (Red+Green+Blue) = 120+172+172=464 (61% of max value = 765). Red value is 120 (47.27% from 255 or 25.86% from 464); Green value is 172 (67.58% from 255 or 37.07% from 464); Blue value is 172 (67.58% from 255 or 37.07% from 464); Max value from RGB is 172 - color contains mainly: green, blue. Hex color #78ACAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #78ACAC is #875353. Grayscale: #9C9C9C. Windows color (decimal): -8868692 or 11316344. OLE color: 11316344.

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

Color convert

RGB120172172-
CMYK0.30000.33
HSL180º23.85%57.25%-
HSV(B)180º30.23%67.45%-
XYZ29.9436.4844.49-
YUV156.45136.77102-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 25.86%
GREEN value IS 172 (67.58% from 255) = 37.07%
BLUE value IS 172 (67.58% from 255) = 37.07%
R=25.86%
G=37.07%
B=37.07%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1201721720.30000.3318023.8557.25
Hex78ACAC1E0021b41839
Octal1702542543600412643071
Binary1111000101011001010110011110001000011011010011000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78ACAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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