#7BB0AE

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

Shades of Neptune #7BB0AE

Tints of Neptune #7BB0AE

Color information

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

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

Color convert

RGB123176174-
CMYK0.3000.010.31
HSL177.74º25.12%58.63%-
HSV(B)177.74º30.11%69.02%-
XYZ31.3338.3245.79-
YUV159.93135.94101.66-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1231761740.3000.010.31177.7425.1258.63
Hex7BB0AE1E011Fb2193b
Octal1732602563601372623173
Binary111101110110000101011101111001111111011001011001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BB0AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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