#78A2AA

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

Shades of Neptune #78A2AA

Tints of Neptune #78A2AA

Color information

#78A2AA (or 0x78A2AA) is unknown color: approx Neptune. HEX triplet: 78, A2 and AA. RGB value is (120,162,170). Sum of RGB (Red+Green+Blue) = 120+162+170=452 (59% of max value = 765). Red value is 120 (47.27% from 255 or 26.55% from 452); Green value is 162 (63.67% from 255 or 35.84% from 452); Blue value is 170 (66.80% from 255 or 37.61% from 452); Max value from RGB is 170 - color contains mainly: blue. Hex color #78A2AA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #78A2AA is #875D55. Grayscale: #969696. Windows color (decimal): -8871254 or 11182712. OLE color: 11182712.

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

Color convert

RGB120162170-
CMYK0.290.0500.33
HSL189.6º22.73%56.86%-
HSV(B)189.6º29.41%66.67%-
XYZ27.9232.7442.88-
YUV150.35139.09106.35-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 26.55%
GREEN value IS 162 (63.67% from 255) = 35.84%
BLUE value IS 170 (66.80% from 255) = 37.61%
R=26.55%
G=35.84%
B=37.61%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1201621700.290.0500.33189.622.7356.86
Hex78A2AA1D5021be1739
Octal1702422523550412762771
Binary111100010100010101010101110110101000011011111010111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78A2AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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