#7BA2A4

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

Shades of Neptune #7BA2A4

Tints of Neptune #7BA2A4

Color information

#7BA2A4 (or 0x7BA2A4) is unknown color: approx Neptune. HEX triplet: 7B, A2 and A4. RGB value is (123,162,164). Sum of RGB (Red+Green+Blue) = 123+162+164=449 (59% of max value = 765). Red value is 123 (48.44% from 255 or 27.39% from 449); Green value is 162 (63.67% from 255 or 36.08% from 449); Blue value is 164 (64.45% from 255 or 36.53% from 449); Max value from RGB is 164 - color contains mainly: blue. Hex color #7BA2A4 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7BA2A4 is #845D5B. Grayscale: #969696. Windows color (decimal): -8674652 or 10789499. OLE color: 10789499.

HSL color Cylindrical-coordinate representation of color #7BA2A4: hue angle of 182.93º degrees, saturation: 0.18, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #7BA2A4 is Cyan = 0.25, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB123162164-
CMYK0.250.0100.36
HSL182.93º18.39%56.27%-
HSV(B)182.93º25%64.31%-
XYZ27.7932.7339.98-
YUV150.57135.58108.34-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 27.39%
GREEN value IS 162 (63.67% from 255) = 36.08%
BLUE value IS 164 (64.45% from 255) = 36.53%
R=27.39%
G=36.08%
B=36.53%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1231621640.250.0100.36182.9318.3956.27
Hex7BA2A4191024b71238
Octal1732422443110442672270
Binary1111011101000101010010011001101001001011011110010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BA2A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,162,164); }

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

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

 a { background-color: rgb(123,162,164); }

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

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

 span { border-color: rgb(123,162,164); }

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