#7BAAAA

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

Shades of Neptune #7BAAAA

Tints of Neptune #7BAAAA

Color information

#7BAAAA (or 0x7BAAAA) is unknown color: approx Neptune. HEX triplet: 7B, AA and AA. RGB value is (123,170,170). Sum of RGB (Red+Green+Blue) = 123+170+170=463 (61% of max value = 765). Red value is 123 (48.44% from 255 or 26.57% from 463); Green value is 170 (66.80% from 255 or 36.72% from 463); Blue value is 170 (66.80% from 255 or 36.72% from 463); Max value from RGB is 170 - color contains mainly: green, blue. Hex color #7BAAAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7BAAAA is #845555. Grayscale: #9B9B9B. Windows color (decimal): -8672598 or 11184763. OLE color: 11184763.

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

Color convert

RGB123170170-
CMYK0.28000.33
HSL180º21.66%57.45%-
HSV(B)180º27.65%66.67%-
XYZ29.835.8643.38-
YUV155.95135.93104.5-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 26.57%
GREEN value IS 170 (66.80% from 255) = 36.72%
BLUE value IS 170 (66.80% from 255) = 36.72%
R=26.57%
G=36.72%
B=36.72%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1231701700.28000.3318021.6657.45
Hex7BAAAA1C0021b41639
Octal1732522523400412642671
Binary1111011101010101010101011100001000011011010010110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BAAAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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