#7BACAC

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

Shades of Neptune #7BACAC

Tints of Neptune #7BACAC

Color information

#7BACAC (or 0x7BACAC) is unknown color: approx Neptune. HEX triplet: 7B, AC and AC. RGB value is (123,172,172). Sum of RGB (Red+Green+Blue) = 123+172+172=467 (61% of max value = 765). Red value is 123 (48.44% from 255 or 26.34% from 467); Green value is 172 (67.58% from 255 or 36.83% from 467); Blue value is 172 (67.58% from 255 or 36.83% from 467); Max value from RGB is 172 - color contains mainly: green, blue. Hex color #7BACAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7BACAC is #845353. Grayscale: #9D9D9D. Windows color (decimal): -8672084 or 11316347. OLE color: 11316347.

HSL color Cylindrical-coordinate representation of color #7BACAC: hue angle of 180º 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 #7BACAC is Cyan = 0.28, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB123172172-
CMYK0.28000.33
HSL180º22.79%57.84%-
HSV(B)180º28.49%67.45%-
XYZ30.3736.6944.51-
YUV157.35136.27103.5-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 26.34%
GREEN value IS 172 (67.58% from 255) = 36.83%
BLUE value IS 172 (67.58% from 255) = 36.83%
R=26.34%
G=36.83%
B=36.83%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1231721720.28000.3318022.7957.84
Hex7BACAC1C0021b4173a
Octal1732542543400412642772
Binary1111011101011001010110011100001000011011010010111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BACAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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