#7BAAAC

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

Shades of Neptune #7BAAAC

Tints of Neptune #7BAAAC

Color information

#7BAAAC (or 0x7BAAAC) is unknown color: approx Neptune. HEX triplet: 7B, AA and AC. RGB value is (123,170,172). Sum of RGB (Red+Green+Blue) = 123+170+172=465 (61% of max value = 765). Red value is 123 (48.44% from 255 or 26.45% from 465); Green value is 170 (66.80% from 255 or 36.56% from 465); Blue value is 172 (67.58% from 255 or 36.99% from 465); Max value from RGB is 172 - color contains mainly: blue. Hex color #7BAAAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7BAAAC is #845553. Grayscale: #9C9C9C. Windows color (decimal): -8672596 or 11315835. OLE color: 11315835.

HSL color Cylindrical-coordinate representation of color #7BAAAC: hue angle of 182.45º degrees, saturation: 0.23, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #7BAAAC is Cyan = 0.28, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB123170172-
CMYK0.280.0100.33
HSL182.45º22.79%57.84%-
HSV(B)182.45º28.49%67.45%-
XYZ29.9935.9444.39-
YUV156.18136.93104.34-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 26.45%
GREEN value IS 170 (66.80% from 255) = 36.56%
BLUE value IS 172 (67.58% from 255) = 36.99%
R=26.45%
G=36.56%
B=36.99%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1231701720.280.0100.33182.4522.7957.84
Hex7BAAAC1C1021b6173a
Octal1732522543410412662772
Binary1111011101010101010110011100101000011011011010111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BAAAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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