#7BA8AD

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

Shades of Neptune #7BA8AD

Tints of Neptune #7BA8AD

Color information

#7BA8AD (or 0x7BA8AD) is unknown color: approx Neptune. HEX triplet: 7B, A8 and AD. RGB value is (123,168,173). Sum of RGB (Red+Green+Blue) = 123+168+173=464 (61% of max value = 765). Red value is 123 (48.44% from 255 or 26.51% from 464); Green value is 168 (66.02% from 255 or 36.21% from 464); Blue value is 173 (67.97% from 255 or 37.28% from 464); Max value from RGB is 173 - color contains mainly: blue. Hex color #7BA8AD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7BA8AD is #845752. Grayscale: #9B9B9B. Windows color (decimal): -8673107 or 11380859. OLE color: 11380859.

HSL color Cylindrical-coordinate representation of color #7BA8AD: hue angle of 186º degrees, saturation: 0.23, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #7BA8AD is Cyan = 0.29, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB123168173-
CMYK0.290.0300.32
HSL186º23.36%58.04%-
HSV(B)186º28.9%67.84%-
XYZ29.7135.2344.77-
YUV155.12138.09105.09-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 26.51%
GREEN value IS 168 (66.02% from 255) = 36.21%
BLUE value IS 173 (67.97% from 255) = 37.28%
R=26.51%
G=36.21%
B=37.28%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1231681730.290.0300.3218623.3658.04
Hex7BA8AD1D3020ba173a
Octal1732502553530402722772
Binary11110111010100010101101111011101000001011101010111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BA8AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,168,173); }

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

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

 a { background-color: rgb(123,168,173); }

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

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

 span { border-color: rgb(123,168,173); }

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