#7BABA9

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

Shades of Neptune #7BABA9

Tints of Neptune #7BABA9

Color information

#7BABA9 (or 0x7BABA9) is unknown color: approx Neptune. HEX triplet: 7B, AB and A9. RGB value is (123,171,169). Sum of RGB (Red+Green+Blue) = 123+171+169=463 (61% of max value = 765). Red value is 123 (48.44% from 255 or 26.57% from 463); Green value is 171 (67.19% from 255 or 36.93% from 463); Blue value is 169 (66.41% from 255 or 36.50% from 463); Max value from RGB is 171 - color contains mainly: green. Hex color #7BABA9 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7BABA9 is #845456. Grayscale: #9C9C9C. Windows color (decimal): -8672343 or 11119483. OLE color: 11119483.

HSL color Cylindrical-coordinate representation of color #7BABA9: hue angle of 177.5º 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 #7BABA9 is Cyan = 0.28, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.33.

Color convert

RGB123171169-
CMYK0.2800.010.33
HSL177.5º22.22%57.65%-
HSV(B)177.5º28.07%67.06%-
XYZ29.8936.242.95-
YUV156.42135.1104.16-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 26.57%
GREEN value IS 171 (67.19% from 255) = 36.93%
BLUE value IS 169 (66.41% from 255) = 36.50%
R=26.57%
G=36.93%
B=36.50%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1231711690.2800.010.33177.522.2257.65
Hex7BABA91C0121b2163a
Octal1732532513401412622672
Binary1111011101010111010100111100011000011011001010110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BABA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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