#7BACAE

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

Shades of Neptune #7BACAE

Tints of Neptune #7BACAE

Color information

#7BACAE (or 0x7BACAE) is unknown color: approx Neptune. HEX triplet: 7B, AC and AE. RGB value is (123,172,174). Sum of RGB (Red+Green+Blue) = 123+172+174=469 (62% of max value = 765). Red value is 123 (48.44% from 255 or 26.23% from 469); Green value is 172 (67.58% from 255 or 36.67% from 469); Blue value is 174 (68.36% from 255 or 37.10% from 469); Max value from RGB is 174 - color contains mainly: blue. Hex color #7BACAE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7BACAE is #845351. Grayscale: #9D9D9D. Windows color (decimal): -8672082 or 11447419. OLE color: 11447419.

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

Color convert

RGB123172174-
CMYK0.290.0100.32
HSL182.35º23.94%58.24%-
HSV(B)182.35º29.31%68.24%-
XYZ30.5636.7745.53-
YUV157.58137.27103.34-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 26.23%
GREEN value IS 172 (67.58% from 255) = 36.67%
BLUE value IS 174 (68.36% from 255) = 37.10%
R=26.23%
G=36.67%
B=37.10%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1231721740.290.0100.32182.3523.9458.24
Hex7BACAE1D1020b6183a
Octal1732542563510402663072
Binary1111011101011001010111011101101000001011011011000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BACAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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