#7BA6AB

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

Shades of Neptune #7BA6AB

Tints of Neptune #7BA6AB

Color information

#7BA6AB (or 0x7BA6AB) is unknown color: approx Neptune. HEX triplet: 7B, A6 and AB. RGB value is (123,166,171). Sum of RGB (Red+Green+Blue) = 123+166+171=460 (60% of max value = 765). Red value is 123 (48.44% from 255 or 26.74% from 460); Green value is 166 (65.23% from 255 or 36.09% from 460); Blue value is 171 (67.19% from 255 or 37.17% from 460); Max value from RGB is 171 - color contains mainly: blue. Hex color #7BA6AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7BA6AB is #845954. Grayscale: #999999. Windows color (decimal): -8673621 or 11249275. OLE color: 11249275.

HSL color Cylindrical-coordinate representation of color #7BA6AB: hue angle of 186.25º degrees, saturation: 0.22, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #7BA6AB is Cyan = 0.28, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB123166171-
CMYK0.280.0300.33
HSL186.25º22.22%57.65%-
HSV(B)186.25º28.07%67.06%-
XYZ29.1634.4243.64-
YUV153.71137.75106.09-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 26.74%
GREEN value IS 166 (65.23% from 255) = 36.09%
BLUE value IS 171 (67.19% from 255) = 37.17%
R=26.74%
G=36.09%
B=37.17%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1231661710.280.0300.33186.2522.2257.65
Hex7BA6AB1C3021ba163a
Octal1732462533430412722672
Binary11110111010011010101011111001101000011011101010110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BA6AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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