#78AAAA

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

Shades of Neptune #78AAAA

Tints of Neptune #78AAAA

Color information

#78AAAA (or 0x78AAAA) is unknown color: approx Neptune. HEX triplet: 78, AA and AA. RGB value is (120,170,170). Sum of RGB (Red+Green+Blue) = 120+170+170=460 (60% of max value = 765). Red value is 120 (47.27% from 255 or 26.09% from 460); Green value is 170 (66.80% from 255 or 36.96% from 460); Blue value is 170 (66.80% from 255 or 36.96% from 460); Max value from RGB is 170 - color contains mainly: green, blue. Hex color #78AAAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #78AAAA is #875555. Grayscale: #9B9B9B. Windows color (decimal): -8869206 or 11184760. OLE color: 11184760.

HSL color Cylindrical-coordinate representation of color #78AAAA: hue angle of 180º degrees, saturation: 0.23, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #78AAAA is Cyan = 0.29, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB120170170-
CMYK0.29000.33
HSL180º22.73%56.86%-
HSV(B)180º29.41%66.67%-
XYZ29.3835.6443.36-
YUV155.05136.44103-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 26.09%
GREEN value IS 170 (66.80% from 255) = 36.96%
BLUE value IS 170 (66.80% from 255) = 36.96%
R=26.09%
G=36.96%
B=36.96%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1201701700.29000.3318022.7356.86
Hex78AAAA1D0021b41739
Octal1702522523500412642771
Binary1111000101010101010101011101001000011011010010111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78AAAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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