#7CABAA

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

Shades of Neptune #7CABAA

Tints of Neptune #7CABAA

Color information

#7CABAA (or 0x7CABAA) is unknown color: approx Neptune. HEX triplet: 7C, AB and AA. RGB value is (124,171,170). Sum of RGB (Red+Green+Blue) = 124+171+170=465 (61% of max value = 765). Red value is 124 (48.83% from 255 or 26.67% from 465); Green value is 171 (67.19% from 255 or 36.77% from 465); Blue value is 170 (66.80% from 255 or 36.56% from 465); Max value from RGB is 171 - color contains mainly: green. Hex color #7CABAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7CABAA is #835455. Grayscale: #9C9C9C. Windows color (decimal): -8606806 or 11185020. OLE color: 11185020.

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

Color convert

RGB124171170-
CMYK0.2700.010.33
HSL178.72º21.86%57.84%-
HSV(B)178.72º27.49%67.06%-
XYZ30.1336.3143.45-
YUV156.83135.43104.58-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 26.67%
GREEN value IS 171 (67.19% from 255) = 36.77%
BLUE value IS 170 (66.80% from 255) = 36.56%
R=26.67%
G=36.77%
B=36.56%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1241711700.2700.010.33178.7221.8657.84
Hex7CABAA1B0121b3163a
Octal1742532523301412632672
Binary1111100101010111010101011011011000011011001110110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CABAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,171,170); }

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

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

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

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

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

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

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