#7BABAF

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

Shades of Neptune #7BABAF

Tints of Neptune #7BABAF

Color information

#7BABAF (or 0x7BABAF) is unknown color: approx Neptune. HEX triplet: 7B, AB and AF. RGB value is (123,171,175). Sum of RGB (Red+Green+Blue) = 123+171+175=469 (62% of max value = 765). Red value is 123 (48.44% from 255 or 26.23% from 469); Green value is 171 (67.19% from 255 or 36.46% from 469); Blue value is 175 (68.75% from 255 or 37.31% from 469); Max value from RGB is 175 - color contains mainly: blue. Hex color #7BABAF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7BABAF is #845450. Grayscale: #9D9D9D. Windows color (decimal): -8672337 or 11512699. OLE color: 11512699.

HSL color Cylindrical-coordinate representation of color #7BABAF: hue angle of 184.62º degrees, saturation: 0.25, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7BABAF is Cyan = 0.30, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB123171175-
CMYK0.300.0200.31
HSL184.62º24.53%58.43%-
HSV(B)184.62º29.71%68.63%-
XYZ30.4736.4345.98-
YUV157.1138.1103.67-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 26.23%
GREEN value IS 171 (67.19% from 255) = 36.46%
BLUE value IS 175 (68.75% from 255) = 37.31%
R=26.23%
G=36.46%
B=37.31%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1231711750.300.0200.31184.6224.5358.43
Hex7BABAF1E201Fb9193a
Octal1732532573620372713172
Binary1111011101010111010111111110100111111011100111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BABAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7BABAF; }

 p { color: rgb(123,171,175); }

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

<style>
 a { background-color: #7BABAF; }

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

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

<style>
 span { border-color: #7BABAF; }

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

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