#78ADAB

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

Shades of Neptune #78ADAB

Tints of Neptune #78ADAB

Color information

#78ADAB (or 0x78ADAB) is unknown color: approx Neptune. HEX triplet: 78, AD and AB. RGB value is (120,173,171). Sum of RGB (Red+Green+Blue) = 120+173+171=464 (61% of max value = 765). Red value is 120 (47.27% from 255 or 25.86% from 464); Green value is 173 (67.97% from 255 or 37.28% from 464); Blue value is 171 (67.19% from 255 or 36.85% from 464); Max value from RGB is 173 - color contains mainly: green. Hex color #78ADAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #78ADAB is #875254. Grayscale: #9C9C9C. Windows color (decimal): -8868437 or 11251064. OLE color: 11251064.

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

Color convert

RGB120173171-
CMYK0.3100.010.32
HSL177.74º24.42%57.45%-
HSV(B)177.74º30.64%67.84%-
XYZ30.0436.8244.05-
YUV156.92135.94101.66-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 25.86%
GREEN value IS 173 (67.97% from 255) = 37.28%
BLUE value IS 171 (67.19% from 255) = 36.85%
R=25.86%
G=37.28%
B=36.85%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1201731710.3100.010.32177.7424.4257.45
Hex78ADAB1F0120b21839
Octal1702552533701402623071
Binary1111000101011011010101111111011000001011001011000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78ADAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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