#78ABAB

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

Shades of Neptune #78ABAB

Tints of Neptune #78ABAB

Color information

#78ABAB (or 0x78ABAB) is unknown color: approx Neptune. HEX triplet: 78, AB and AB. RGB value is (120,171,171). Sum of RGB (Red+Green+Blue) = 120+171+171=462 (61% of max value = 765). Red value is 120 (47.27% from 255 or 25.97% from 462); Green value is 171 (67.19% from 255 or 37.01% from 462); Blue value is 171 (67.19% from 255 or 37.01% from 462); Max value from RGB is 171 - color contains mainly: green, blue. Hex color #78ABAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #78ABAB is #875454. Grayscale: #9B9B9B. Windows color (decimal): -8868949 or 11250552. OLE color: 11250552.

HSL color Cylindrical-coordinate representation of color #78ABAB: 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.3%. Process color model (Four color, CMYK) of #78ABAB is Cyan = 0.30, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB120171171-
CMYK0.30000.33
HSL180º23.29%57.06%-
HSV(B)180º29.82%67.06%-
XYZ29.6636.0643.92-
YUV155.75136.6102.5-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 25.97%
GREEN value IS 171 (67.19% from 255) = 37.01%
BLUE value IS 171 (67.19% from 255) = 37.01%
R=25.97%
G=37.01%
B=37.01%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1201711710.30000.3318023.2957.06
Hex78ABAB1E0021b41739
Octal1702532533600412642771
Binary1111000101010111010101111110001000011011010010111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78ABAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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