#7BB0AF

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

Shades of Neptune #7BB0AF

Tints of Neptune #7BB0AF

Color information

#7BB0AF (or 0x7BB0AF) is unknown color: approx Neptune. HEX triplet: 7B, B0 and AF. RGB value is (123,176,175). Sum of RGB (Red+Green+Blue) = 123+176+175=474 (62% of max value = 765). Red value is 123 (48.44% from 255 or 25.95% from 474); Green value is 176 (69.14% from 255 or 37.13% from 474); Blue value is 175 (68.75% from 255 or 36.92% from 474); Max value from RGB is 176 - color contains mainly: green. Hex color #7BB0AF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7BB0AF is #844F50. Grayscale: #9F9F9F. Windows color (decimal): -8671057 or 11513979. OLE color: 11513979.

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

Color convert

RGB123176175-
CMYK0.3000.010.31
HSL178.87º25.12%58.63%-
HSV(B)178.87º30.11%69.02%-
XYZ31.4338.3646.3-
YUV160.04136.44101.58-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 25.95%
GREEN value IS 176 (69.14% from 255) = 37.13%
BLUE value IS 175 (68.75% from 255) = 36.92%
R=25.95%
G=37.13%
B=36.92%

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
Decimal1231761750.3000.010.31178.8725.1258.63
Hex7BB0AF1E011Fb3193b
Octal1732602573601372633173
Binary111101110110000101011111111001111111011001111001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BB0AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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