#7BABAE

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

Shades of Neptune #7BABAE

Tints of Neptune #7BABAE

Color information

#7BABAE (or 0x7BABAE) is unknown color: approx Neptune. HEX triplet: 7B, AB and AE. RGB value is (123,171,174). Sum of RGB (Red+Green+Blue) = 123+171+174=468 (61% of max value = 765). Red value is 123 (48.44% from 255 or 26.28% from 468); Green value is 171 (67.19% from 255 or 36.54% from 468); Blue value is 174 (68.36% from 255 or 37.18% from 468); Max value from RGB is 174 - color contains mainly: blue. Hex color #7BABAE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7BABAE is #845451. Grayscale: #9C9C9C. Windows color (decimal): -8672338 or 11447163. OLE color: 11447163.

HSL color Cylindrical-coordinate representation of color #7BABAE: hue angle of 183.53º degrees, saturation: 0.24, 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 #7BABAE is Cyan = 0.29, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB123171174-
CMYK0.290.0200.32
HSL183.53º23.94%58.24%-
HSV(B)183.53º29.31%68.24%-
XYZ30.3736.3945.47-
YUV156.99137.6103.76-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 26.28%
GREEN value IS 171 (67.19% from 255) = 36.54%
BLUE value IS 174 (68.36% from 255) = 37.18%
R=26.28%
G=36.54%
B=37.18%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1231711740.290.0200.32183.5323.9458.24
Hex7BABAE1D2020b8183a
Octal1732532563520402703072
Binary11110111010101110101110111011001000001011100011000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BABAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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