#78ADAD

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

Shades of Neptune #78ADAD

Tints of Neptune #78ADAD

Color information

#78ADAD (or 0x78ADAD) is unknown color: approx Neptune. HEX triplet: 78, AD and AD. RGB value is (120,173,173). Sum of RGB (Red+Green+Blue) = 120+173+173=466 (61% of max value = 765). Red value is 120 (47.27% from 255 or 25.75% from 466); Green value is 173 (67.97% from 255 or 37.12% from 466); Blue value is 173 (67.97% from 255 or 37.12% from 466); Max value from RGB is 173 - color contains mainly: green, blue. Hex color #78ADAD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #78ADAD is #875252. Grayscale: #9D9D9D. Windows color (decimal): -8868435 or 11382136. OLE color: 11382136.

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

Color convert

RGB120173173-
CMYK0.31000.32
HSL180º24.42%57.45%-
HSV(B)180º30.64%67.84%-
XYZ30.2336.945.06-
YUV157.15136.94101.5-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 25.75%
GREEN value IS 173 (67.97% from 255) = 37.12%
BLUE value IS 173 (67.97% from 255) = 37.12%
R=25.75%
G=37.12%
B=37.12%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1201731730.31000.3218024.4257.45
Hex78ADAD1F0020b41839
Octal1702552553700402643071
Binary1111000101011011010110111111001000001011010011000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78ADAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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