#7BAAB0

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

Shades of Neptune #7BAAB0

Tints of Neptune #7BAAB0

Color information

#7BAAB0 (or 0x7BAAB0) is unknown color: approx Neptune. HEX triplet: 7B, AA and B0. RGB value is (123,170,176). Sum of RGB (Red+Green+Blue) = 123+170+176=469 (62% of max value = 765). Red value is 123 (48.44% from 255 or 26.23% from 469); Green value is 170 (66.80% from 255 or 36.25% from 469); Blue value is 176 (69.14% from 255 or 37.53% from 469); Max value from RGB is 176 - color contains mainly: blue. Hex color #7BAAB0 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7BAAB0 is #84554F. Grayscale: #9C9C9C. Windows color (decimal): -8672592 or 11577979. OLE color: 11577979.

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

Color convert

RGB123170176-
CMYK0.300.0300.31
HSL186.79º25.12%58.63%-
HSV(B)186.79º30.11%69.02%-
XYZ30.3836.0946.44-
YUV156.63138.93104.01-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 26.23%
GREEN value IS 170 (66.80% from 255) = 36.25%
BLUE value IS 176 (69.14% from 255) = 37.53%
R=26.23%
G=36.25%
B=37.53%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1231701760.300.0300.31186.7925.1258.63
Hex7BAAB01E301Fbb193b
Octal1732522603630372733173
Binary1111011101010101011000011110110111111011101111001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BAAB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,170,176); }

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

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

 a { background-color: rgb(123,170,176); }

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

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

 span { border-color: rgb(123,170,176); }

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