#7BAEB0

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

Shades of Neptune #7BAEB0

Tints of Neptune #7BAEB0

Color information

#7BAEB0 (or 0x7BAEB0) is unknown color: approx Neptune. HEX triplet: 7B, AE and B0. RGB value is (123,174,176). Sum of RGB (Red+Green+Blue) = 123+174+176=473 (62% of max value = 765). Red value is 123 (48.44% from 255 or 26.00% from 473); Green value is 174 (68.36% from 255 or 36.79% from 473); Blue value is 176 (69.14% from 255 or 37.21% from 473); Max value from RGB is 176 - color contains mainly: blue. Hex color #7BAEB0 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7BAEB0 is #84514F. Grayscale: #9E9E9E. Windows color (decimal): -8671568 or 11579003. OLE color: 11579003.

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

Color convert

RGB123174176-
CMYK0.300.0100.31
HSL182.26º25.12%58.63%-
HSV(B)182.26º30.11%69.02%-
XYZ31.1437.6246.69-
YUV158.98137.6102.34-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 26.00%
GREEN value IS 174 (68.36% from 255) = 36.79%
BLUE value IS 176 (69.14% from 255) = 37.21%
R=26.00%
G=36.79%
B=37.21%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1231741760.300.0100.31182.2625.1258.63
Hex7BAEB01E101Fb6193b
Octal1732562603610372663173
Binary111101110101110101100001111010111111011011011001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BAEB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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